Html Css Color HEX #04AFCF Iris Blue

📋 copy color: '#04AFCF'

red 4 ◦ green 175 ◦ blue 207

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

Shades of Iris Blue #04AFCF

Tints of Iris Blue #04AFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.63%

R = 1.04%
G = 45.34%
B = 53.63%

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

#04AFCF (or 0x04AFCF) is known color: Iris Blue. HEX triplet: 04, AF and CF. RGB value is (4,175,207). Sum of RGB (Red+Green+Blue) = 4+175+207=386 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #04AFCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AFCF is #FB5030. Grayscale: #7F7F7F. Windows color (decimal): -16470065 or 13610756. OLE color: 13610756.

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

Color convert

RGB 4 175 207 -
CMYK 0.98 0.15 0 0.19
HSL 189.46º 0.96% 0.41% -
HSV(B) 189.46º 0.98% 0.81% -
XYZ 26.64 35.19 64.42 -
YUV 127.52 172.85 39.9 -
System Red Green Blue C M Y K H S L
Decimal 4 175 207 0.98 0.15 0 0.19 189.46 0.96 0.41
Hex 4 AF CF 62 F 0 13 BD 60 29
Octal 4 257 317 142 17 0 23 275 140 51
Binary 100 10101111 11001111 1100010 1111 0 10011 10111101 1100000 101001

Color Harmonies of #04AFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AFCF

Black with #04AFCF

Text Example


Text Example

White with #04AFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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