Html Css Color HEX #04AACB Iris Blue

📋 copy color: '#04AACB'

red 4 ◦ green 170 ◦ blue 203

#04AACB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #04AACB

Tints of Iris Blue #04AACB

RGB

 RED value IS 4 (1.95% from 255) = 1.06%

 GREEN value IS 170 (66.8% from 255) = 45.09%

 BLUE value IS 203 (79.69% from 255) = 53.85%

R = 1.06%
G = 45.09%
B = 53.85%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#04AACB (or 0x04AACB) is known color: Iris Blue. HEX triplet: 04, AA and CB. RGB value is (4,170,203). Sum of RGB (Red+Green+Blue) = 4+170+203=377 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #04AACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AACB is #FB5534. Grayscale: #7B7B7B. Windows color (decimal): -16471349 or 13347332. OLE color: 13347332.

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

Color convert

RGB 4 170 203 -
CMYK 0.98 0.16 0 0.20
HSL 189.95º 0.96% 0.41% -
HSV(B) 189.95º 0.98% 0.8% -
XYZ 25.2 33.09 61.56 -
YUV 124.13 172.5 42.32 -
System Red Green Blue C M Y K H S L
Decimal 4 170 203 0.98 0.16 0 0.20 189.95 0.96 0.41
Hex 4 AA CB 62 10 0 14 BE 60 29
Octal 4 252 313 142 20 0 24 276 140 51
Binary 100 10101010 11001011 1100010 10000 0 10100 10111110 1100000 101001

Color Harmonies of #04AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AACB

Black with #04AACB

Text Example


Text Example

White with #04AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,170,203); }

 H1.HeaderClassName
 {
   color: #04AACB;
 }
 .AnyTagClassName
 {
   color: #04AACB;
 }
</style>

background-color css

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

 a { background-color: rgb(4,170,203); }

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

border-color css

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

 span { border-color: rgb(4,170,203); }

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