Html Css Color HEX #09BBCC Iris Blue

📋 copy color: '#09BBCC'

red 9 ◦ green 187 ◦ blue 204

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

Shades of Iris Blue #09BBCC

Tints of Iris Blue #09BBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.75%

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

R = 2.25%
G = 46.75%
B = 51%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#09BBCC (or 0x09BBCC) is known color: Iris Blue. HEX triplet: 09, BB and CC. RGB value is (9,187,204). Sum of RGB (Red+Green+Blue) = 9+187+204=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #09BBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BBCC is #F64433. Grayscale: #878787. Windows color (decimal): -16139316 or 13417225. OLE color: 13417225.

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

Color convert

RGB 9 187 204 -
CMYK 0.96 0.08 0 0.2
HSL 185.23º 0.92% 0.42% -
HSV(B) 185.23º 0.96% 0.8% -
XYZ 28.78 39.96 63.32 -
YUV 135.72 166.53 37.62 -
System Red Green Blue C M Y K H S L
Decimal 9 187 204 0.96 0.08 0 0.2 185.23 0.92 0.42
Hex 9 BB CC 60 8 0 14 B9 5C 2A
Octal 11 273 314 140 10 0 24 271 134 52
Binary 1001 10111011 11001100 1100000 1000 0 10100 10111001 1011100 101010

Color Harmonies of #09BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BBCC

Black with #09BBCC

Text Example


Text Example

White with #09BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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