#03CAEC

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

Shades of Deep Sky Blue #03CAEC

Tints of Deep Sky Blue #03CAEC

Color information

#03CAEC (or 0x03CAEC) is unknown color: approx Deep Sky Blue. HEX triplet: 03, CA and EC. RGB value is (3,202,236). Sum of RGB (Red+Green+Blue) = 3+202+236=441 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #03CAEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CAEC is #FC3513. Grayscale: #929292. Windows color (decimal): -16528660 or 15518211. OLE color: 15518211.

HSL color Cylindrical-coordinate representation of color #03CAEC: hue angle of 188.76º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CAEC is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3202236-
CMYK0.990.1400.07
HSL188.76º97.49%46.86%-
HSV(B)188.76º98.73%92.55%-
XYZ36.348.3286.77-
YUV146.38178.5725.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.68%
GREEN value IS 202 (79.30% from 255) = 45.80%
BLUE value IS 236 (92.58% from 255) = 53.51%
R=0.68%
G=45.80%
B=53.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal32022360.990.1400.07188.7697.4946.86
Hex3CAEC63E07bd612f
Octal3312354143160727514157
Binary111100101011101100110001111100111101111011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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