Html Css Color HEX #09BDCB Iris Blue

📋 copy color: '#09BDCB'

red 9 ◦ green 189 ◦ blue 203

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

Shades of Iris Blue #09BDCB

Tints of Iris Blue #09BDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.13%

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

R = 2.24%
G = 47.13%
B = 50.62%

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

#09BDCB (or 0x09BDCB) is known color: Iris Blue. HEX triplet: 09, BD and CB. RGB value is (9,189,203). Sum of RGB (Red+Green+Blue) = 9+189+203=401 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #09BDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BDCB is #F64234. Grayscale: #888888. Windows color (decimal): -16138805 or 13352201. OLE color: 13352201.

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

Color convert

RGB 9 189 203 -
CMYK 0.96 0.07 0 0.20
HSL 184.33º 0.92% 0.42% -
HSV(B) 184.33º 0.96% 0.8% -
XYZ 29.09 40.77 62.84 -
YUV 136.78 165.37 36.86 -
System Red Green Blue C M Y K H S L
Decimal 9 189 203 0.96 0.07 0 0.20 184.33 0.92 0.42
Hex 9 BD CB 60 7 0 14 B8 5C 2A
Octal 11 275 313 140 7 0 24 270 134 52
Binary 1001 10111101 11001011 1100000 111 0 10100 10111000 1011100 101010

Color Harmonies of #09BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BDCB

Black with #09BDCB

Text Example


Text Example

White with #09BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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