#0FD4FD

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

Shades of Deep Sky Blue #0FD4FD

Tints of Deep Sky Blue #0FD4FD

Color information

#0FD4FD (or 0x0FD4FD) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, D4 and FD. RGB value is (15,212,253). Sum of RGB (Red+Green+Blue) = 15+212+253=480 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.12% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FD4FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD4FD is #F02B02. Grayscale: #9D9D9D. Windows color (decimal): -15739651 or 16634895. OLE color: 16634895.

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

Color convert

RGB15212253-
CMYK0.940.1600.01
HSL190.34º98.35%52.55%-
HSV(B)190.34º94.07%99.22%-
XYZ41.4754.28101.22-
YUV157.77181.7326.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.12%
GREEN value IS 212 (83.20% from 255) = 44.17%
BLUE value IS 253 (99.22% from 255) = 52.71%
R=3.12%
G=44.17%
B=52.71%

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
Decimal152122530.940.1600.01190.3498.3552.55
HexFD4FD5E1001be6235
Octal17324375136200127614265
Binary1111110101001111110110111101000001101111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FD4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,212,253); }

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

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

 a { background-color: rgb(15,212,253); }

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

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

 span { border-color: rgb(15,212,253); }

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