Html Css Color HEX #09B2BE Iris Blue

📋 copy color: '#09B2BE'

red 9 ◦ green 178 ◦ blue 190

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

Shades of Iris Blue #09B2BE

Tints of Iris Blue #09B2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 2.39%
G = 47.21%
B = 50.4%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#09B2BE (or 0x09B2BE) is known color: Iris Blue. HEX triplet: 09, B2 and BE. RGB value is (9,178,190). Sum of RGB (Red+Green+Blue) = 9+178+190=377 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #09B2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09B2BE is #F64D41. Grayscale: #808080. Windows color (decimal): -16141634 or 12497417. OLE color: 12497417.

HSL color Cylindrical-coordinate representation of color #09B2BE: hue angle of 183.98º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B2BE is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 178 190 -
CMYK 0.95 0.06 0 0.25
HSL 183.98º 0.91% 0.39% -
HSV(B) 183.98º 0.95% 0.75% -
XYZ 25.33 35.62 54.26 -
YUV 128.84 162.51 42.52 -
System Red Green Blue C M Y K H S L
Decimal 9 178 190 0.95 0.06 0 0.25 183.98 0.91 0.39
Hex 9 B2 BE 5F 6 0 19 B8 5B 27
Octal 11 262 276 137 6 0 31 270 133 47
Binary 1001 10110010 10111110 1011111 110 0 11001 10111000 1011011 100111

Color Harmonies of #09B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B2BE

Black with #09B2BE

Text Example


Text Example

White with #09B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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