Html Css Color HEX #09C0CC Iris Blue

📋 copy color: '#09C0CC'

red 9 ◦ green 192 ◦ blue 204

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

Shades of Iris Blue #09C0CC

Tints of Iris Blue #09C0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.37%

R = 2.22%
G = 47.41%
B = 50.37%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#09C0CC (or 0x09C0CC) is known color: Iris Blue. HEX triplet: 09, C0 and CC. RGB value is (9,192,204). Sum of RGB (Red+Green+Blue) = 9+192+204=405 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #09C0CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C0CC is #F63F33. Grayscale: #8A8A8A. Windows color (decimal): -16138036 or 13418505. OLE color: 13418505.

HSL color Cylindrical-coordinate representation of color #09C0CC: hue angle of 183.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09C0CC is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 9 192 204 -
CMYK 0.96 0.06 0 0.2
HSL 183.69º 0.92% 0.42% -
HSV(B) 183.69º 0.96% 0.8% -
XYZ 29.86 42.12 63.68 -
YUV 138.65 164.87 35.52 -
System Red Green Blue C M Y K H S L
Decimal 9 192 204 0.96 0.06 0 0.2 183.69 0.92 0.42
Hex 9 C0 CC 60 6 0 14 B8 5C 2A
Octal 11 300 314 140 6 0 24 270 134 52
Binary 1001 11000000 11001100 1100000 110 0 10100 10111000 1011100 101010

Color Harmonies of #09C0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C0CC

Black with #09C0CC

Text Example


Text Example

White with #09C0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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