Html Css Color HEX #09B0BF Iris Blue

📋 copy color: '#09B0BF'

red 9 ◦ green 176 ◦ blue 191

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

Shades of Iris Blue #09B0BF

Tints of Iris Blue #09B0BF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.81%

 BLUE value IS 191 (75% from 255) = 50.8%

R = 2.39%
G = 46.81%
B = 50.8%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#09B0BF (or 0x09B0BF) is known color: Iris Blue. HEX triplet: 09, B0 and BF. RGB value is (9,176,191). Sum of RGB (Red+Green+Blue) = 9+176+191=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #09B0BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09B0BF is #F64F40. Grayscale: #7F7F7F. Windows color (decimal): -16142145 or 12562441. OLE color: 12562441.

HSL color Cylindrical-coordinate representation of color #09B0BF: hue angle of 184.95º 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 #09B0BF is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 176 191 -
CMYK 0.95 0.08 0 0.25
HSL 184.95º 0.91% 0.39% -
HSV(B) 184.95º 0.95% 0.75% -
XYZ 25.04 34.87 54.7 -
YUV 127.78 163.67 43.28 -
System Red Green Blue C M Y K H S L
Decimal 9 176 191 0.95 0.08 0 0.25 184.95 0.91 0.39
Hex 9 B0 BF 5F 8 0 19 B9 5B 27
Octal 11 260 277 137 10 0 31 271 133 47
Binary 1001 10110000 10111111 1011111 1000 0 11001 10111001 1011011 100111

Color Harmonies of #09B0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B0BF

Black with #09B0BF

Text Example


Text Example

White with #09B0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,176,191); }

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

background-color css

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

 a { background-color: rgb(9,176,191); }

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

border-color css

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

 span { border-color: rgb(9,176,191); }

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