Html Css Color HEX #04ABCC Iris Blue

📋 copy color: '#04ABCC'

red 4 ◦ green 171 ◦ blue 204

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

Shades of Iris Blue #04ABCC

Tints of Iris Blue #04ABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.12%

 BLUE value IS 204 (80.08% from 255) = 53.83%

R = 1.06%
G = 45.12%
B = 53.83%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#04ABCC (or 0x04ABCC) is known color: Iris Blue. HEX triplet: 04, AB and CC. RGB value is (4,171,204). Sum of RGB (Red+Green+Blue) = 4+171+204=379 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #04ABCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ABCC is #FB5433. Grayscale: #7C7C7C. Windows color (decimal): -16471092 or 13413124. OLE color: 13413124.

HSL color Cylindrical-coordinate representation of color #04ABCC: hue angle of 189.9º 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 #04ABCC is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 4 171 204 -
CMYK 0.98 0.16 0 0.2
HSL 189.9º 0.96% 0.41% -
HSV(B) 189.9º 0.98% 0.8% -
XYZ 25.51 33.51 62.25 -
YUV 124.83 172.67 41.82 -
System Red Green Blue C M Y K H S L
Decimal 4 171 204 0.98 0.16 0 0.2 189.9 0.96 0.41
Hex 4 AB CC 62 10 0 14 BE 60 29
Octal 4 253 314 142 20 0 24 276 140 51
Binary 100 10101011 11001100 1100010 10000 0 10100 10111110 1100000 101001

Color Harmonies of #04ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ABCC

Black with #04ABCC

Text Example


Text Example

White with #04ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,171,204); }

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

background-color css

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

 a { background-color: rgb(4,171,204); }

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

border-color css

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

 span { border-color: rgb(4,171,204); }

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