Html Css Color HEX #09BFBF Iris Blue

📋 copy color: '#09BFBF'

red 9 ◦ green 191 ◦ blue 191

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

Shades of Iris Blue #09BFBF

Tints of Iris Blue #09BFBF

RGB

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

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

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

R = 2.3%
G = 48.85%
B = 48.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#09BFBF (or 0x09BFBF) is known color: Iris Blue. HEX triplet: 09, BF and BF. RGB value is (9,191,191). Sum of RGB (Red+Green+Blue) = 9+191+191=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #09BFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BFBF is #F64040. Grayscale: #888888. Windows color (decimal): -16138305 or 12566281. OLE color: 12566281.

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

Color convert

RGB 9 191 191 -
CMYK 0.95 0 0 0.25
HSL 180º 0.91% 0.39% -
HSV(B) 180º 0.95% 0.75% -
XYZ 28.15 41.08 55.74 -
YUV 136.58 158.7 37 -
System Red Green Blue C M Y K H S L
Decimal 9 191 191 0.95 0 0 0.25 180 0.91 0.39
Hex 9 BF BF 5F 0 0 19 B4 5B 27
Octal 11 277 277 137 0 0 31 264 133 47
Binary 1001 10111111 10111111 1011111 0 0 11001 10110100 1011011 100111

Color Harmonies of #09BFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BFBF

Black with #09BFBF

Text Example


Text Example

White with #09BFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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