Html Css Color HEX #0EDBFF Deep Sky Blue

📋 copy color: '#0EDBFF'

red 14 ◦ green 219 ◦ blue 255

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

Shades of Deep Sky Blue #0EDBFF

Tints of Deep Sky Blue #0EDBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.88%

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

R = 2.87%
G = 44.88%
B = 52.25%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0EDBFF (or 0x0EDBFF) is known color: Deep Sky Blue. HEX triplet: 0E, DB and FF. RGB value is (14,219,255). Sum of RGB (Red+Green+Blue) = 14+219+255=488 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.87% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EDBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDBFF is #F12400. Grayscale: #A1A1A1. Windows color (decimal): -15803393 or 16767758. OLE color: 16767758.

HSL color Cylindrical-coordinate representation of color #0EDBFF: hue angle of 188.96º 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 #0EDBFF is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 14 219 255 -
CMYK 0.95 0.14 0 0
HSL 188.96º 1% 0.53% -
HSV(B) 188.96º 0.95% 1% -
XYZ 43.56 57.98 103.5 -
YUV 161.81 180.58 22.57 -
System Red Green Blue C M Y K H S L
Decimal 14 219 255 0.95 0.14 0 0 188.96 1 0.53
Hex E DB FF 5F E 0 0 BD 64 35
Octal 16 333 377 137 16 0 0 275 144 65
Binary 1110 11011011 11111111 1011111 1110 0 0 10111101 1100100 110101

Color Harmonies of #0EDBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDBFF

Black with #0EDBFF

Text Example


Text Example

White with #0EDBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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