#03CDFC

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

Shades of Deep Sky Blue #03CDFC

Tints of Deep Sky Blue #03CDFC

Color information

#03CDFC (or 0x03CDFC) is unknown color: approx Deep Sky Blue. HEX triplet: 03, CD and FC. RGB value is (3,205,252). Sum of RGB (Red+Green+Blue) = 3+205+252=460 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #03CDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CDFC is #FC3203. Grayscale: #959595. Windows color (decimal): -16527876 or 16567555. OLE color: 16567555.

HSL color Cylindrical-coordinate representation of color #03CDFC: hue angle of 191.33º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CDFC is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB3205252-
CMYK0.990.1900.01
HSL191.33º97.65%50%-
HSV(B)191.33º98.81%98.82%-
XYZ39.4450.7199.8-
YUV149.96185.5823.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.65%
GREEN value IS 205 (80.47% from 255) = 44.57%
BLUE value IS 252 (98.83% from 255) = 54.78%
R=0.65%
G=44.57%
B=54.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal32052520.990.1900.01191.3397.6550
Hex3CDFC631301bf6232
Octal3315374143230127714262
Binary11110011011111110011000111001101101111111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03CDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,205,252); }

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

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

 a { background-color: rgb(3,205,252); }

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

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

 span { border-color: rgb(3,205,252); }

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