Html Css Color HEX #0EACFE Deep Sky Blue

📋 copy color: '#0EACFE'

red 14 ◦ green 172 ◦ blue 254

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

Shades of Deep Sky Blue #0EACFE

Tints of Deep Sky Blue #0EACFE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.09%

 BLUE value IS 254 (99.61% from 255) = 57.73%

R = 3.18%
G = 39.09%
B = 57.73%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0EACFE (or 0x0EACFE) is known color: Deep Sky Blue. HEX triplet: 0E, AC and FE. RGB value is (14,172,254). Sum of RGB (Red+Green+Blue) = 14+172+254=440 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.18% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #0EACFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EACFE is #F15301. Grayscale: #858585. Windows color (decimal): -15815426 or 16690190. OLE color: 16690190.

HSL color Cylindrical-coordinate representation of color #0EACFE: hue angle of 200.5º 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 #0EACFE is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 14 172 254 -
CMYK 0.94 0.32 0 0.00
HSL 200.5º 0.99% 0.53% -
HSV(B) 200.5º 0.94% 1% -
XYZ 32.82 36.75 99.13 -
YUV 134.11 195.65 42.33 -
System Red Green Blue C M Y K H S L
Decimal 14 172 254 0.94 0.32 0 0.00 200.5 0.99 0.53
Hex E AC FE 5E 20 0 0 C8 63 35
Octal 16 254 376 136 40 0 0 310 143 65
Binary 1110 10101100 11111110 1011110 100000 0 0 11001000 1100011 110101

Color Harmonies of #0EACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EACFE

Black with #0EACFE

Text Example


Text Example

White with #0EACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,172,254); }

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

background-color css

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

 a { background-color: rgb(14,172,254); }

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

border-color css

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

 span { border-color: rgb(14,172,254); }

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