Html Css Color HEX #09AFCE Iris Blue

📋 copy color: '#09AFCE'

red 9 ◦ green 175 ◦ blue 206

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

Shades of Iris Blue #09AFCE

Tints of Iris Blue #09AFCE

RGB

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

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

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

R = 2.31%
G = 44.87%
B = 52.82%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#09AFCE (or 0x09AFCE) is known color: Iris Blue. HEX triplet: 09, AF and CE. RGB value is (9,175,206). Sum of RGB (Red+Green+Blue) = 9+175+206=390 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #09AFCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AFCE is #F65031. Grayscale: #808080. Windows color (decimal): -16142386 or 13545225. OLE color: 13545225.

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

Color convert

RGB 9 175 206 -
CMYK 0.96 0.15 0 0.19
HSL 189.44º 0.92% 0.42% -
HSV(B) 189.44º 0.96% 0.81% -
XYZ 26.58 35.17 63.78 -
YUV 128.9 171.5 42.48 -
System Red Green Blue C M Y K H S L
Decimal 9 175 206 0.96 0.15 0 0.19 189.44 0.92 0.42
Hex 9 AF CE 60 F 0 13 BD 5C 2A
Octal 11 257 316 140 17 0 23 275 134 52
Binary 1001 10101111 11001110 1100000 1111 0 10011 10111101 1011100 101010

Color Harmonies of #09AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AFCE

Black with #09AFCE

Text Example


Text Example

White with #09AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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