Html Css Color HEX #09AFCC Iris Blue

📋 copy color: '#09AFCC'

red 9 ◦ green 175 ◦ blue 204

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

Shades of Iris Blue #09AFCC

Tints of Iris Blue #09AFCC

RGB

 RED value IS 9 (3.91% from 255) = 2.32%

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

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

R = 2.32%
G = 45.1%
B = 52.58%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#09AFCC (or 0x09AFCC) is known color: Iris Blue. HEX triplet: 09, AF and CC. RGB value is (9,175,204). Sum of RGB (Red+Green+Blue) = 9+175+204=388 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.32% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #09AFCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AFCC is #F65033. Grayscale: #808080. Windows color (decimal): -16142388 or 13414153. OLE color: 13414153.

HSL color Cylindrical-coordinate representation of color #09AFCC: hue angle of 188.92º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AFCC is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 9 175 204 -
CMYK 0.96 0.14 0 0.2
HSL 188.92º 0.92% 0.42% -
HSV(B) 188.92º 0.96% 0.8% -
XYZ 26.34 35.08 62.51 -
YUV 128.67 170.5 42.64 -
System Red Green Blue C M Y K H S L
Decimal 9 175 204 0.96 0.14 0 0.2 188.92 0.92 0.42
Hex 9 AF CC 60 E 0 14 BD 5C 2A
Octal 11 257 314 140 16 0 24 275 134 52
Binary 1001 10101111 11001100 1100000 1110 0 10100 10111101 1011100 101010

Color Harmonies of #09AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AFCC

Black with #09AFCC

Text Example


Text Example

White with #09AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09AFCC; }

 p { color: rgb(9,175,204); }

 H1.HeaderClassName
 {
   color: #09AFCC;
 }
 .AnyTagClassName
 {
   color: #09AFCC;
 }
</style>

background-color css

<style>
 a { background-color: #09AFCC; }

 a { background-color: rgb(9,175,204); }

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

border-color css

<style>
 span { border-color: #09AFCC; }

 span { border-color: rgb(9,175,204); }

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