Html Css Color HEX #09C0C0 Iris Blue

📋 copy color: '#09C0C0'

red 9 ◦ green 192 ◦ blue 192

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

Shades of Iris Blue #09C0C0

Tints of Iris Blue #09C0C0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.85%

 BLUE value IS 192 (75.39% from 255) = 48.85%

R = 2.29%
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

#09C0C0 (or 0x09C0C0) is known color: Iris Blue. HEX triplet: 09, C0 and C0. RGB value is (9,192,192). Sum of RGB (Red+Green+Blue) = 9+192+192=393 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.29% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: green, blue. Hex color #09C0C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C0C0 is #F63F3F. Grayscale: #898989. Windows color (decimal): -16138048 or 12632073. OLE color: 12632073.

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

Color convert

RGB 9 192 192 -
CMYK 0.95 0 0 0.25
HSL 180º 0.91% 0.39% -
HSV(B) 180º 0.95% 0.75% -
XYZ 28.48 41.56 56.39 -
YUV 137.28 158.87 36.5 -
System Red Green Blue C M Y K H S L
Decimal 9 192 192 0.95 0 0 0.25 180 0.91 0.39
Hex 9 C0 C0 5F 0 0 19 B4 5B 27
Octal 11 300 300 137 0 0 31 264 133 47
Binary 1001 11000000 11000000 1011111 0 0 11001 10110100 1011011 100111

Color Harmonies of #09C0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C0C0

Black with #09C0C0

Text Example


Text Example

White with #09C0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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