#00D3FC

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

Shades of Deep Sky Blue #00D3FC

Tints of Deep Sky Blue #00D3FC

Color information

#00D3FC (or 0x00D3FC) is unknown color: approx Deep Sky Blue. HEX triplet: 00, D3 and FC. RGB value is (0,211,252). Sum of RGB (Red+Green+Blue) = 0+211+252=463 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #00D3FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00D3FC is #FF2C03. Grayscale: #989898. Windows color (decimal): -16722948 or 16569088. OLE color: 16569088.

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

Color convert

RGB0211252-
CMYK10.1600.01
HSL189.76º100%49.41%-
HSV(B)189.76º100%98.82%-
XYZ40.8653.62100.29-
YUV152.58184.119.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 211 (82.81% from 255) = 45.57%
BLUE value IS 252 (98.83% from 255) = 54.43%
R=0%
G=45.57%
B=54.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal021125210.1600.01189.7610049.41
Hex0D3FC641001be6431
Octal0323374144200127614461
Binary0110100111111110011001001000001101111101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00D3FC; }

 p { color: rgb(0,211,252); }

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

<style>
 a { background-color: #00D3FC; }

 a { background-color: rgb(0,211,252); }

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

<style>
 span { border-color: #00D3FC; }

 span { border-color: rgb(0,211,252); }

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