Html Css Color HEX #09BCCB Iris Blue

📋 copy color: '#09BCCB'

red 9 ◦ green 188 ◦ blue 203

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

Shades of Iris Blue #09BCCB

Tints of Iris Blue #09BCCB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47%

 BLUE value IS 203 (79.69% from 255) = 50.75%

R = 2.25%
G = 47%
B = 50.75%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#09BCCB (or 0x09BCCB) is known color: Iris Blue. HEX triplet: 09, BC and CB. RGB value is (9,188,203). Sum of RGB (Red+Green+Blue) = 9+188+203=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #09BCCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCCB is #F64334. Grayscale: #878787. Windows color (decimal): -16139061 or 13351945. OLE color: 13351945.

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

Color convert

RGB 9 188 203 -
CMYK 0.96 0.07 0 0.20
HSL 184.64º 0.92% 0.42% -
HSV(B) 184.64º 0.96% 0.8% -
XYZ 28.88 40.34 62.76 -
YUV 136.19 165.7 37.28 -
System Red Green Blue C M Y K H S L
Decimal 9 188 203 0.96 0.07 0 0.20 184.64 0.92 0.42
Hex 9 BC CB 60 7 0 14 B9 5C 2A
Octal 11 274 313 140 7 0 24 271 134 52
Binary 1001 10111100 11001011 1100000 111 0 10100 10111001 1011100 101010

Color Harmonies of #09BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BCCB

Black with #09BCCB

Text Example


Text Example

White with #09BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,188,203); }

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

background-color css

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

 a { background-color: rgb(9,188,203); }

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

border-color css

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

 span { border-color: rgb(9,188,203); }

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