#0FD4FE

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

Shades of Deep Sky Blue #0FD4FE

Tints of Deep Sky Blue #0FD4FE

Color information

#0FD4FE (or 0x0FD4FE) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, D4 and FE. RGB value is (15,212,254). Sum of RGB (Red+Green+Blue) = 15+212+254=481 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.12% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FD4FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD4FE is #F02B01. Grayscale: #9D9D9D. Windows color (decimal): -15739650 or 16700431. OLE color: 16700431.

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

Color convert

RGB15212254-
CMYK0.940.1700.00
HSL190.54º99.17%52.75%-
HSV(B)190.54º94.09%99.61%-
XYZ41.6354.34102.06-
YUV157.88182.2326.08-

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.07%
BLUE value IS 254 (99.61% from 255) = 52.81%
R=3.12%
G=44.07%
B=52.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal152122540.940.1700.00190.5499.1752.75
HexFD4FE5E1100bf6335
Octal17324376136210027714365
Binary1111110101001111111010111101000100101111111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FD4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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