Html Css Color HEX #04AFCE Iris Blue

📋 copy color: '#04AFCE'

red 4 ◦ green 175 ◦ blue 206

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

Shades of Iris Blue #04AFCE

Tints of Iris Blue #04AFCE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.45%

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 1.04%
G = 45.45%
B = 53.51%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#04AFCE (or 0x04AFCE) is known color: Iris Blue. HEX triplet: 04, AF and CE. RGB value is (4,175,206). Sum of RGB (Red+Green+Blue) = 4+175+206=385 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #04AFCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AFCE is #FB5031. Grayscale: #7F7F7F. Windows color (decimal): -16470066 or 13545220. OLE color: 13545220.

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

Color convert

RGB 4 175 206 -
CMYK 0.98 0.15 0 0.19
HSL 189.21º 0.96% 0.41% -
HSV(B) 189.21º 0.98% 0.81% -
XYZ 26.52 35.14 63.78 -
YUV 127.41 172.35 39.98 -
System Red Green Blue C M Y K H S L
Decimal 4 175 206 0.98 0.15 0 0.19 189.21 0.96 0.41
Hex 4 AF CE 62 F 0 13 BD 60 29
Octal 4 257 316 142 17 0 23 275 140 51
Binary 100 10101111 11001110 1100010 1111 0 10011 10111101 1100000 101001

Color Harmonies of #04AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AFCE

Black with #04AFCE

Text Example


Text Example

White with #04AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,175,206); }

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

background-color css

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

 a { background-color: rgb(4,175,206); }

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

border-color css

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

 span { border-color: rgb(4,175,206); }

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