#0ed2f7

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

Shades of Deep Sky Blue #0ED2F7

Tints of Deep Sky Blue #0ED2F7

Color information

#0ED2F7 (or 0x0ED2F7) is unknown color: approx Deep Sky Blue. HEX triplet: 0E, D2 and F7. RGB value is (14,210,247). Sum of RGB (Red+Green+Blue) = 14+210+247=471 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.97% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 247 (96.88% from 255 or 52.44% from 471); Max value from RGB is 247 - color contains mainly: blue. Hex color #0ED2F7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ED2F7 is #F12D08. Grayscale: #9B9B9B. Windows color (decimal): -15805705 or 16241166. OLE color: 16241166.

HSL color Cylindrical-coordinate representation of color #0ED2F7: hue angle of 189.53º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED2F7 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14210247-
CMYK0.940.1500.03
HSL189.53º93.57%51.18%-
HSV(B)189.53º94.33%96.86%-
XYZ40.0252.996.1-
YUV155.61179.5726.99-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 2.97%
GREEN value IS 210 (82.42% from 255) = 44.59%
BLUE value IS 247 (96.88% from 255) = 52.44%
R=2.97%
G=44.59%
B=52.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal142102470.940.1500.03189.5393.5751.18
HexED2F75EF03be5e33
Octal16322367136170327613663
Binary1110110100101111011110111101111011101111101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ed2f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,210,247); }

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

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

 a { background-color: rgb(14,210,247); }

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

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

 span { border-color: rgb(14,210,247); }

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