Html Css Color HEX #09B0BE Iris Blue

📋 copy color: '#09B0BE'

red 9 ◦ green 176 ◦ blue 190

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

Shades of Iris Blue #09B0BE

Tints of Iris Blue #09B0BE

RGB

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

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

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

R = 2.4%
G = 46.93%
B = 50.67%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#09B0BE (or 0x09B0BE) is known color: Iris Blue. HEX triplet: 09, B0 and BE. RGB value is (9,176,190). Sum of RGB (Red+Green+Blue) = 9+176+190=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #09B0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09B0BE is #F64F41. Grayscale: #7F7F7F. Windows color (decimal): -16142146 or 12496905. OLE color: 12496905.

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

Color convert

RGB 9 176 190 -
CMYK 0.95 0.07 0 0.25
HSL 184.64º 0.91% 0.39% -
HSV(B) 184.64º 0.95% 0.75% -
XYZ 24.93 34.83 54.12 -
YUV 127.66 163.17 43.36 -
System Red Green Blue C M Y K H S L
Decimal 9 176 190 0.95 0.07 0 0.25 184.64 0.91 0.39
Hex 9 B0 BE 5F 7 0 19 B9 5B 27
Octal 11 260 276 137 7 0 31 271 133 47
Binary 1001 10110000 10111110 1011111 111 0 11001 10111001 1011011 100111

Color Harmonies of #09B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B0BE

Black with #09B0BE

Text Example


Text Example

White with #09B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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