Html Css Color HEX #09B8BE Iris Blue

📋 copy color: '#09B8BE'

red 9 ◦ green 184 ◦ blue 190

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

Shades of Iris Blue #09B8BE

Tints of Iris Blue #09B8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.04%

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

R = 2.35%
G = 48.04%
B = 49.61%

CMYK

 C value IS 0.95

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#09B8BE (or 0x09B8BE) is known color: Iris Blue. HEX triplet: 09, B8 and BE. RGB value is (9,184,190). Sum of RGB (Red+Green+Blue) = 9+184+190=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #09B8BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B8BE is #F64741. Grayscale: #848484. Windows color (decimal): -16140098 or 12498953. OLE color: 12498953.

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

Color convert

RGB 9 184 190 -
CMYK 0.95 0.03 0 0.25
HSL 181.99º 0.91% 0.39% -
HSV(B) 181.99º 0.95% 0.75% -
XYZ 26.55 38.06 54.66 -
YUV 132.36 160.52 40.01 -
System Red Green Blue C M Y K H S L
Decimal 9 184 190 0.95 0.03 0 0.25 181.99 0.91 0.39
Hex 9 B8 BE 5F 3 0 19 B6 5B 27
Octal 11 270 276 137 3 0 31 266 133 47
Binary 1001 10111000 10111110 1011111 11 0 11001 10110110 1011011 100111

Color Harmonies of #09B8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B8BE

Black with #09B8BE

Text Example


Text Example

White with #09B8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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