#03D6FF

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

Shades of Deep Sky Blue #03D6FF

Tints of Deep Sky Blue #03D6FF

Color information

#03D6FF (or 0x03D6FF) is unknown color: approx Deep Sky Blue. HEX triplet: 03, D6 and FF. RGB value is (3,214,255). Sum of RGB (Red+Green+Blue) = 3+214+255=472 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #03D6FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D6FF is #FC2900. Grayscale: #9B9B9B. Windows color (decimal): -16525569 or 16766467. OLE color: 16766467.

HSL color Cylindrical-coordinate representation of color #03D6FF: hue angle of 189.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D6FF is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3214255-
CMYK0.990.1600
HSL189.76º100%50.59%-
HSV(B)189.76º98.82%100%-
XYZ42.1355.33103.07-
YUV155.58184.119.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.64%
GREEN value IS 214 (83.98% from 255) = 45.34%
BLUE value IS 255 (100% from 255) = 54.03%
R=0.64%
G=45.34%
B=54.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal32142550.990.1600189.7610050.59
Hex3D6FF631000be6433
Octal3326377143200027614463
Binary11110101101111111111000111000000101111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03D6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,214,255); }

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

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

 a { background-color: rgb(3,214,255); }

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

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

 span { border-color: rgb(3,214,255); }

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