#04b9d5

Color #04B9D5 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #04B9D5

Tints of Iris Blue #04B9D5

Color information

#04B9D5 (or 0x04B9D5) is unknown color: approx Iris Blue. HEX triplet: 04, B9 and D5. RGB value is (4,185,213). Sum of RGB (Red+Green+Blue) = 4+185+213=402 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 213 (83.59% from 255 or 52.99% from 402); Max value from RGB is 213 - color contains mainly: blue. Hex color #04B9D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B9D5 is #FB462A. Grayscale: #858585. Windows color (decimal): -16467499 or 14006532. OLE color: 14006532.

HSL color Cylindrical-coordinate representation of color #04B9D5: hue angle of 188.04º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B9D5 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4185213-
CMYK0.980.1300.16
HSL188.04º96.31%42.55%-
HSV(B)188.04º98.12%83.53%-
XYZ29.4139.5369.03-
YUV134.07172.5335.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.00%
GREEN value IS 185 (72.66% from 255) = 46.02%
BLUE value IS 213 (83.59% from 255) = 52.99%
R=1.00%
G=46.02%
B=52.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal41852130.980.1300.16188.0496.3142.55
Hex4B9D562D010bc602b
Octal42713251421502027414053
Binary100101110011101010111000101101010000101111001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04b9d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04b9d5; }

 p { color: rgb(4,185,213); }

 H1.HeaderClassName
 {
   color: #04b9d5;
 }
 .AnyTagClassName
 {
   color: #04b9d5;
 }
</style>
background-color css

<style>
 a { background-color: #04b9d5; }

 a { background-color: rgb(4,185,213); }

 div.DivClassName
 {
   background-color: #04b9d5;
 }
 .BgClassName
 {
   background-color: #04b9d5;
 }
</style>
border-color css

<style>
 span { border-color: #04b9d5; }

 span { border-color: rgb(4,185,213); }

 td.TdClassName
 {
   border-color: #04b9d5;
 }
 .TagClassName
 {
   border-color: #04b9d5;
 }
</style>