Html Css Color HEX #09B0CB Iris Blue

📋 copy color: '#09B0CB'

red 9 ◦ green 176 ◦ blue 203

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

Shades of Iris Blue #09B0CB

Tints of Iris Blue #09B0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.36%

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

R = 2.32%
G = 45.36%
B = 52.32%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#09B0CB (or 0x09B0CB) is known color: Iris Blue. HEX triplet: 09, B0 and CB. RGB value is (9,176,203). Sum of RGB (Red+Green+Blue) = 9+176+203=388 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.32% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #09B0CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09B0CB is #F64F34. Grayscale: #808080. Windows color (decimal): -16142133 or 13348873. OLE color: 13348873.

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

Color convert

RGB 9 176 203 -
CMYK 0.96 0.13 0 0.20
HSL 188.35º 0.92% 0.42% -
HSV(B) 188.35º 0.96% 0.8% -
XYZ 26.42 35.42 61.94 -
YUV 129.15 169.67 42.3 -
System Red Green Blue C M Y K H S L
Decimal 9 176 203 0.96 0.13 0 0.20 188.35 0.92 0.42
Hex 9 B0 CB 60 D 0 14 BC 5C 2A
Octal 11 260 313 140 15 0 24 274 134 52
Binary 1001 10110000 11001011 1100000 1101 0 10100 10111100 1011100 101010

Color Harmonies of #09B0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B0CB

Black with #09B0CB

Text Example


Text Example

White with #09B0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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