Html Css Color HEX #09BCBD Iris Blue

📋 copy color: '#09BCBD'

red 9 ◦ green 188 ◦ blue 189

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

Shades of Iris Blue #09BCBD

Tints of Iris Blue #09BCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.96%

R = 2.33%
G = 48.7%
B = 48.96%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#09BCBD (or 0x09BCBD) is known color: Iris Blue. HEX triplet: 09, BC and BD. RGB value is (9,188,189). Sum of RGB (Red+Green+Blue) = 9+188+189=386 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #09BCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCBD is #F64342. Grayscale: #868686. Windows color (decimal): -16139075 or 12434441. OLE color: 12434441.

HSL color Cylindrical-coordinate representation of color #09BCBD: hue angle of 180.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BCBD is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 188 189 -
CMYK 0.95 0.01 0 0.26
HSL 180.33º 0.91% 0.39% -
HSV(B) 180.33º 0.95% 0.74% -
XYZ 27.28 39.7 54.37 -
YUV 134.59 158.7 38.42 -
System Red Green Blue C M Y K H S L
Decimal 9 188 189 0.95 0.01 0 0.26 180.33 0.91 0.39
Hex 9 BC BD 5F 1 0 1A B4 5B 27
Octal 11 274 275 137 1 0 32 264 133 47
Binary 1001 10111100 10111101 1011111 1 0 11010 10110100 1011011 100111

Color Harmonies of #09BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BCBD

Black with #09BCBD

Text Example


Text Example

White with #09BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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