Html Css Color HEX #09BCBF Iris Blue

📋 copy color: '#09BCBF'

red 9 ◦ green 188 ◦ blue 191

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

Shades of Iris Blue #09BCBF

Tints of Iris Blue #09BCBF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.45%

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

R = 2.32%
G = 48.45%
B = 49.23%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#09BCBF (or 0x09BCBF) is known color: Iris Blue. HEX triplet: 09, BC and BF. RGB value is (9,188,191). Sum of RGB (Red+Green+Blue) = 9+188+191=388 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.32% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #09BCBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCBF is #F64340. Grayscale: #868686. Windows color (decimal): -16139073 or 12565513. OLE color: 12565513.

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

Color convert

RGB 9 188 191 -
CMYK 0.95 0.02 0 0.25
HSL 180.99º 0.91% 0.39% -
HSV(B) 180.99º 0.95% 0.75% -
XYZ 27.5 39.79 55.52 -
YUV 134.82 159.7 38.26 -
System Red Green Blue C M Y K H S L
Decimal 9 188 191 0.95 0.02 0 0.25 180.99 0.91 0.39
Hex 9 BC BF 5F 2 0 19 B5 5B 27
Octal 11 274 277 137 2 0 31 265 133 47
Binary 1001 10111100 10111111 1011111 10 0 11001 10110101 1011011 100111

Color Harmonies of #09BCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BCBF

Black with #09BCBF

Text Example


Text Example

White with #09BCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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