Html Css Color HEX #09B8CB Iris Blue

📋 copy color: '#09B8CB'

red 9 ◦ green 184 ◦ blue 203

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

Shades of Iris Blue #09B8CB

Tints of Iris Blue #09B8CB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.46%

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

R = 2.27%
G = 46.46%
B = 51.26%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#09B8CB (or 0x09B8CB) is known color: Iris Blue. HEX triplet: 09, B8 and CB. RGB value is (9,184,203). Sum of RGB (Red+Green+Blue) = 9+184+203=396 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #09B8CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B8CB is #F64734. Grayscale: #858585. Windows color (decimal): -16140085 or 13350921. OLE color: 13350921.

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

Color convert

RGB 9 184 203 -
CMYK 0.96 0.09 0 0.20
HSL 185.88º 0.92% 0.42% -
HSV(B) 185.88º 0.96% 0.8% -
XYZ 28.03 38.65 62.48 -
YUV 133.84 167.02 38.96 -
System Red Green Blue C M Y K H S L
Decimal 9 184 203 0.96 0.09 0 0.20 185.88 0.92 0.42
Hex 9 B8 CB 60 9 0 14 BA 5C 2A
Octal 11 270 313 140 11 0 24 272 134 52
Binary 1001 10111000 11001011 1100000 1001 0 10100 10111010 1011100 101010

Color Harmonies of #09B8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B8CB

Black with #09B8CB

Text Example


Text Example

White with #09B8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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