Html Css Color HEX #09BCBC Iris Blue

📋 copy color: '#09BCBC'

red 9 ◦ green 188 ◦ blue 188

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

Shades of Iris Blue #09BCBC

Tints of Iris Blue #09BCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.83%

R = 2.34%
G = 48.83%
B = 48.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#09BCBC (or 0x09BCBC) is known color: Iris Blue. HEX triplet: 09, BC and BC. RGB value is (9,188,188). Sum of RGB (Red+Green+Blue) = 9+188+188=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #09BCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCBC is #F64343. Grayscale: #868686. Windows color (decimal): -16139076 or 12368905. OLE color: 12368905.

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

Color convert

RGB 9 188 188 -
CMYK 0.95 0 0 0.26
HSL 180º 0.91% 0.39% -
HSV(B) 180º 0.95% 0.74% -
XYZ 27.17 39.66 53.8 -
YUV 134.48 158.2 38.5 -
System Red Green Blue C M Y K H S L
Decimal 9 188 188 0.95 0 0 0.26 180 0.91 0.39
Hex 9 BC BC 5F 0 0 1A B4 5B 27
Octal 11 274 274 137 0 0 32 264 133 47
Binary 1001 10111100 10111100 1011111 0 0 11010 10110100 1011011 100111

Color Harmonies of #09BCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BCBC

Black with #09BCBC

Text Example


Text Example

White with #09BCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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