Html Css Color HEX #0ED3FF Deep Sky Blue

📋 copy color: '#0ED3FF'

red 14 ◦ green 211 ◦ blue 255

#0ED3FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #0ED3FF

Tints of Deep Sky Blue #0ED3FF

RGB

 RED value IS 14 (5.86% from 255) = 2.92%

 GREEN value IS 211 (82.81% from 255) = 43.96%

 BLUE value IS 255 (100% from 255) = 53.13%

R = 2.92%
G = 43.96%
B = 53.13%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0ED3FF (or 0x0ED3FF) is known color: Deep Sky Blue. HEX triplet: 0E, D3 and FF. RGB value is (14,211,255). Sum of RGB (Red+Green+Blue) = 14+211+255=480 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.92% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #0ED3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ED3FF is #F12C00. Grayscale: #9C9C9C. Windows color (decimal): -15805441 or 16765710. OLE color: 16765710.

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

Color convert

RGB 14 211 255 -
CMYK 0.95 0.17 0 0
HSL 190.95º 1% 0.53% -
HSV(B) 190.95º 0.95% 1% -
XYZ 41.53 53.9 102.82 -
YUV 157.11 183.23 25.92 -
System Red Green Blue C M Y K H S L
Decimal 14 211 255 0.95 0.17 0 0 190.95 1 0.53
Hex E D3 FF 5F 11 0 0 BF 64 35
Octal 16 323 377 137 21 0 0 277 144 65
Binary 1110 11010011 11111111 1011111 10001 0 0 10111111 1100100 110101

Color Harmonies of #0ED3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED3FF

Black with #0ED3FF

Text Example


Text Example

White with #0ED3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,211,255); }

 H1.HeaderClassName
 {
   color: #0ED3FF;
 }
 .AnyTagClassName
 {
   color: #0ED3FF;
 }
</style>

background-color css

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

 a { background-color: rgb(14,211,255); }

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

border-color css

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

 span { border-color: rgb(14,211,255); }

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