#03C0CA

Color #03C0CA Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #03C0CA

Tints of Iris Blue #03C0CA

Color information

#03C0CA (or 0x03C0CA) is unknown color: approx Iris Blue. HEX triplet: 03, C0 and CA. RGB value is (3,192,202). Sum of RGB (Red+Green+Blue) = 3+192+202=397 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #03C0CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C0CA is #FC3F35. Grayscale: #888888. Windows color (decimal): -16531254 or 13287427. OLE color: 13287427.

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

Color convert

RGB3192202-
CMYK0.990.0500.21
HSL183.02º97.07%40.2%-
HSV(B)183.02º98.51%79.22%-
XYZ29.5541.9862.42-
YUV136.63164.8832.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.76%
GREEN value IS 192 (75.39% from 255) = 48.36%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=0.76%
G=48.36%
B=50.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal31922020.990.0500.21183.0297.0740.2
Hex3C0CA635015b76128
Octal3300312143502526714150
Binary1111000000110010101100011101010101101101111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03C0CA;
 }
 .AnyTagClassName
 {
   color: #03C0CA;
 }
</style>
background-color css

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

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

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

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

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

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