Html Css Color HEX #09B1CB Iris Blue

📋 copy color: '#09B1CB'

red 9 ◦ green 177 ◦ blue 203

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

Shades of Iris Blue #09B1CB

Tints of Iris Blue #09B1CB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.5%

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

R = 2.31%
G = 45.5%
B = 52.19%

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

#09B1CB (or 0x09B1CB) is known color: Iris Blue. HEX triplet: 09, B1 and CB. RGB value is (9,177,203). Sum of RGB (Red+Green+Blue) = 9+177+203=389 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #09B1CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09B1CB is #F64E34. Grayscale: #818181. Windows color (decimal): -16141877 or 13349129. OLE color: 13349129.

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

Color convert

RGB 9 177 203 -
CMYK 0.96 0.13 0 0.20
HSL 188.04º 0.92% 0.42% -
HSV(B) 188.04º 0.96% 0.8% -
XYZ 26.61 35.81 62.01 -
YUV 129.73 169.34 41.89 -
System Red Green Blue C M Y K H S L
Decimal 9 177 203 0.96 0.13 0 0.20 188.04 0.92 0.42
Hex 9 B1 CB 60 D 0 14 BC 5C 2A
Octal 11 261 313 140 15 0 24 274 134 52
Binary 1001 10110001 11001011 1100000 1101 0 10100 10111100 1011100 101010

Color Harmonies of #09B1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B1CB

Black with #09B1CB

Text Example


Text Example

White with #09B1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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