Html Css Color HEX #09B2CB Iris Blue

📋 copy color: '#09B2CB'

red 9 ◦ green 178 ◦ blue 203

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

Shades of Iris Blue #09B2CB

Tints of Iris Blue #09B2CB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.64%

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

R = 2.31%
G = 45.64%
B = 52.05%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#09B2CB (or 0x09B2CB) is known color: Iris Blue. HEX triplet: 09, B2 and CB. RGB value is (9,178,203). Sum of RGB (Red+Green+Blue) = 9+178+203=390 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #09B2CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09B2CB is #F64D34. Grayscale: #828282. Windows color (decimal): -16141621 or 13349385. OLE color: 13349385.

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

Color convert

RGB 9 178 203 -
CMYK 0.96 0.12 0 0.20
HSL 187.73º 0.92% 0.42% -
HSV(B) 187.73º 0.96% 0.8% -
XYZ 26.81 36.21 62.08 -
YUV 130.32 169.01 41.47 -
System Red Green Blue C M Y K H S L
Decimal 9 178 203 0.96 0.12 0 0.20 187.73 0.92 0.42
Hex 9 B2 CB 60 C 0 14 BC 5C 2A
Octal 11 262 313 140 14 0 24 274 134 52
Binary 1001 10110010 11001011 1100000 1100 0 10100 10111100 1011100 101010

Color Harmonies of #09B2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B2CB

Black with #09B2CB

Text Example


Text Example

White with #09B2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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