Html Css Color HEX #09B2C9 Iris Blue

📋 copy color: '#09B2C9'

red 9 ◦ green 178 ◦ blue 201

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

Shades of Iris Blue #09B2C9

Tints of Iris Blue #09B2C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.8%

R = 2.32%
G = 45.88%
B = 51.8%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#09B2C9 (or 0x09B2C9) is known color: Iris Blue. HEX triplet: 09, B2 and C9. RGB value is (9,178,201). Sum of RGB (Red+Green+Blue) = 9+178+201=388 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.32% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 201 (78.91% from 255 or 51.80% from 388); Max value from RGB is 201 - color contains mainly: blue. Hex color #09B2C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09B2C9 is #F64D36. Grayscale: #818181. Windows color (decimal): -16141623 or 13218313. OLE color: 13218313.

HSL color Cylindrical-coordinate representation of color #09B2C9: hue angle of 187.19º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09B2C9 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 178 201 -
CMYK 0.96 0.11 0 0.21
HSL 187.19º 0.91% 0.41% -
HSV(B) 187.19º 0.96% 0.79% -
XYZ 26.58 36.12 60.83 -
YUV 130.09 168.01 41.63 -
System Red Green Blue C M Y K H S L
Decimal 9 178 201 0.96 0.11 0 0.21 187.19 0.91 0.41
Hex 9 B2 C9 60 B 0 15 BB 5B 29
Octal 11 262 311 140 13 0 25 273 133 51
Binary 1001 10110010 11001001 1100000 1011 0 10101 10111011 1011011 101001

Color Harmonies of #09B2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B2C9

Black with #09B2C9

Text Example


Text Example

White with #09B2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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