Html Css Color HEX #09BFBB Iris Blue

📋 copy color: '#09BFBB'

red 9 ◦ green 191 ◦ blue 187

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

Shades of Iris Blue #09BFBB

Tints of Iris Blue #09BFBB

RGB

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

 GREEN value IS 191 (75% from 255) = 49.35%

 BLUE value IS 187 (73.44% from 255) = 48.32%

R = 2.33%
G = 49.35%
B = 48.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#09BFBB (or 0x09BFBB) is known color: Iris Blue. HEX triplet: 09, BF and BB. RGB value is (9,191,187). Sum of RGB (Red+Green+Blue) = 9+191+187=387 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #09BFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BFBB is #F64044. Grayscale: #878787. Windows color (decimal): -16138309 or 12304137. OLE color: 12304137.

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

Color convert

RGB 9 191 187 -
CMYK 0.95 0 0.02 0.25
HSL 178.68º 0.91% 0.39% -
HSV(B) 178.68º 0.95% 0.75% -
XYZ 27.71 40.91 53.45 -
YUV 136.13 156.7 37.33 -
System Red Green Blue C M Y K H S L
Decimal 9 191 187 0.95 0 0.02 0.25 178.68 0.91 0.39
Hex 9 BF BB 5F 0 2 19 B3 5B 27
Octal 11 277 273 137 0 2 31 263 133 47
Binary 1001 10111111 10111011 1011111 0 10 11001 10110011 1011011 100111

Color Harmonies of #09BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BFBB

Black with #09BFBB

Text Example


Text Example

White with #09BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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