#0FD3FC

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

Shades of Deep Sky Blue #0FD3FC

Tints of Deep Sky Blue #0FD3FC

Color information

#0FD3FC (or 0x0FD3FC) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, D3 and FC. RGB value is (15,211,252). Sum of RGB (Red+Green+Blue) = 15+211+252=478 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.14% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #0FD3FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD3FC is #F02C03. Grayscale: #9C9C9C. Windows color (decimal): -15739908 or 16569103. OLE color: 16569103.

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

Color convert

RGB15211252-
CMYK0.940.1600.01
HSL190.38º97.53%52.35%-
HSV(B)190.38º94.05%98.82%-
XYZ41.0653.72100.3-
YUV157.07181.5726.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.14%
GREEN value IS 211 (82.81% from 255) = 44.14%
BLUE value IS 252 (98.83% from 255) = 52.72%
R=3.14%
G=44.14%
B=52.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal152112520.940.1600.01190.3897.5352.35
HexFD3FC5E1001be6234
Octal17323374136200127614264
Binary1111110100111111110010111101000001101111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FD3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FD3FC; }

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

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

<style>
 a { background-color: #0FD3FC; }

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

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

<style>
 span { border-color: #0FD3FC; }

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

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