Html Css Color HEX #09C0CA Iris Blue

📋 copy color: '#09C0CA'

red 9 ◦ green 192 ◦ blue 202

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

Shades of Iris Blue #09C0CA

Tints of Iris Blue #09C0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.12%

R = 2.23%
G = 47.64%
B = 50.12%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#09C0CA (or 0x09C0CA) is known color: Iris Blue. HEX triplet: 09, C0 and CA. RGB value is (9,192,202). Sum of RGB (Red+Green+Blue) = 9+192+202=403 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #09C0CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C0CA is #F63F35. Grayscale: #8A8A8A. Windows color (decimal): -16138038 or 13287433. OLE color: 13287433.

HSL color Cylindrical-coordinate representation of color #09C0CA: hue angle of 183.11º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09C0CA is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 192 202 -
CMYK 0.96 0.05 0 0.21
HSL 183.11º 0.91% 0.41% -
HSV(B) 183.11º 0.96% 0.79% -
XYZ 29.62 42.02 62.43 -
YUV 138.42 163.87 35.69 -
System Red Green Blue C M Y K H S L
Decimal 9 192 202 0.96 0.05 0 0.21 183.11 0.91 0.41
Hex 9 C0 CA 60 5 0 15 B7 5B 29
Octal 11 300 312 140 5 0 25 267 133 51
Binary 1001 11000000 11001010 1100000 101 0 10101 10110111 1011011 101001

Color Harmonies of #09C0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C0CA

Black with #09C0CA

Text Example


Text Example

White with #09C0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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