Html Css Color HEX #0ECDFE Deep Sky Blue

📋 copy color: '#0ECDFE'

red 14 ◦ green 205 ◦ blue 254

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

Shades of Deep Sky Blue #0ECDFE

Tints of Deep Sky Blue #0ECDFE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.34%

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

R = 2.96%
G = 43.34%
B = 53.7%

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

#0ECDFE (or 0x0ECDFE) is known color: Deep Sky Blue. HEX triplet: 0E, CD and FE. RGB value is (14,205,254). Sum of RGB (Red+Green+Blue) = 14+205+254=473 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.96% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #0ECDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECDFE is #F13201. Grayscale: #999999. Windows color (decimal): -15806978 or 16698638. OLE color: 16698638.

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

Color convert

RGB 14 205 254 -
CMYK 0.94 0.19 0 0.00
HSL 192.25º 0.99% 0.53% -
HSV(B) 192.25º 0.94% 1% -
XYZ 39.9 50.91 101.49 -
YUV 153.48 184.72 28.52 -
System Red Green Blue C M Y K H S L
Decimal 14 205 254 0.94 0.19 0 0.00 192.25 0.99 0.53
Hex E CD FE 5E 13 0 0 C0 63 35
Octal 16 315 376 136 23 0 0 300 143 65
Binary 1110 11001101 11111110 1011110 10011 0 0 11000000 1100011 110101

Color Harmonies of #0ECDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECDFE

Black with #0ECDFE

Text Example


Text Example

White with #0ECDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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