Html Css Color HEX #09BACC Iris Blue

📋 copy color: '#09BACC'

red 9 ◦ green 186 ◦ blue 204

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

Shades of Iris Blue #09BACC

Tints of Iris Blue #09BACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.62%

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

R = 2.26%
G = 46.62%
B = 51.13%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#09BACC (or 0x09BACC) is known color: Iris Blue. HEX triplet: 09, BA and CC. RGB value is (9,186,204). Sum of RGB (Red+Green+Blue) = 9+186+204=399 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #09BACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BACC is #F64533. Grayscale: #868686. Windows color (decimal): -16139572 or 13416969. OLE color: 13416969.

HSL color Cylindrical-coordinate representation of color #09BACC: hue angle of 185.54º 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 #09BACC is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 9 186 204 -
CMYK 0.96 0.09 0 0.2
HSL 185.54º 0.92% 0.42% -
HSV(B) 185.54º 0.96% 0.8% -
XYZ 28.57 39.54 63.25 -
YUV 135.13 166.86 38.04 -
System Red Green Blue C M Y K H S L
Decimal 9 186 204 0.96 0.09 0 0.2 185.54 0.92 0.42
Hex 9 BA CC 60 9 0 14 BA 5C 2A
Octal 11 272 314 140 11 0 24 272 134 52
Binary 1001 10111010 11001100 1100000 1001 0 10100 10111010 1011100 101010

Color Harmonies of #09BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BACC

Black with #09BACC

Text Example


Text Example

White with #09BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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