Html Css Color HEX #0ECEFE Deep Sky Blue

📋 copy color: '#0ECEFE'

red 14 ◦ green 206 ◦ blue 254

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

Shades of Deep Sky Blue #0ECEFE

Tints of Deep Sky Blue #0ECEFE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.46%

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

R = 2.95%
G = 43.46%
B = 53.59%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0ECEFE (or 0x0ECEFE) is known color: Deep Sky Blue. HEX triplet: 0E, CE and FE. RGB value is (14,206,254). Sum of RGB (Red+Green+Blue) = 14+206+254=474 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.95% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #0ECEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECEFE is #F13101. Grayscale: #999999. Windows color (decimal): -15806722 or 16698894. OLE color: 16698894.

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

Color convert

RGB 14 206 254 -
CMYK 0.94 0.19 0 0.00
HSL 192º 0.99% 0.53% -
HSV(B) 192º 0.94% 1% -
XYZ 40.14 51.39 101.57 -
YUV 154.06 184.39 28.1 -
System Red Green Blue C M Y K H S L
Decimal 14 206 254 0.94 0.19 0 0.00 192 0.99 0.53
Hex E CE FE 5E 13 0 0 C0 63 35
Octal 16 316 376 136 23 0 0 300 143 65
Binary 1110 11001110 11111110 1011110 10011 0 0 11000000 1100011 110101

Color Harmonies of #0ECEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECEFE

Black with #0ECEFE

Text Example


Text Example

White with #0ECEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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