Html Css Color HEX #09BFBA Iris Blue

📋 copy color: '#09BFBA'

red 9 ◦ green 191 ◦ blue 186

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

Shades of Iris Blue #09BFBA

Tints of Iris Blue #09BFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 2.33%
G = 49.48%
B = 48.19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#09BFBA (or 0x09BFBA) is known color: Iris Blue. HEX triplet: 09, BF and BA. RGB value is (9,191,186). Sum of RGB (Red+Green+Blue) = 9+191+186=386 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #09BFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BFBA is #F64045. Grayscale: #878787. Windows color (decimal): -16138310 or 12238601. OLE color: 12238601.

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

Color convert

RGB 9 191 186 -
CMYK 0.95 0 0.03 0.25
HSL 178.35º 0.91% 0.39% -
HSV(B) 178.35º 0.95% 0.75% -
XYZ 27.61 40.86 52.89 -
YUV 136.01 156.2 37.41 -
System Red Green Blue C M Y K H S L
Decimal 9 191 186 0.95 0 0.03 0.25 178.35 0.91 0.39
Hex 9 BF BA 5F 0 3 19 B2 5B 27
Octal 11 277 272 137 0 3 31 262 133 47
Binary 1001 10111111 10111010 1011111 0 11 11001 10110010 1011011 100111

Color Harmonies of #09BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BFBA

Black with #09BFBA

Text Example


Text Example

White with #09BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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