Html Css Color HEX #0ECFFD Deep Sky Blue

📋 copy color: '#0ECFFD'

red 14 ◦ green 207 ◦ blue 253

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

Shades of Deep Sky Blue #0ECFFD

Tints of Deep Sky Blue #0ECFFD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.67%

 BLUE value IS 253 (99.22% from 255) = 53.38%

R = 2.95%
G = 43.67%
B = 53.38%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0ECFFD (or 0x0ECFFD) is known color: Deep Sky Blue. HEX triplet: 0E, CF and FD. RGB value is (14,207,253). Sum of RGB (Red+Green+Blue) = 14+207+253=474 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.95% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #0ECFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECFFD is #F13002. Grayscale: #9A9A9A. Windows color (decimal): -15806467 or 16633614. OLE color: 16633614.

HSL color Cylindrical-coordinate representation of color #0ECFFD: hue angle of 191.55º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECFFD is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 14 207 253 -
CMYK 0.94 0.18 0 0.01
HSL 191.55º 0.98% 0.52% -
HSV(B) 191.55º 0.94% 0.99% -
XYZ 40.22 51.81 100.81 -
YUV 154.54 183.56 27.76 -
System Red Green Blue C M Y K H S L
Decimal 14 207 253 0.94 0.18 0 0.01 191.55 0.98 0.52
Hex E CF FD 5E 12 0 1 C0 62 34
Octal 16 317 375 136 22 0 1 300 142 64
Binary 1110 11001111 11111101 1011110 10010 0 1 11000000 1100010 110100

Color Harmonies of #0ECFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECFFD

Black with #0ECFFD

Text Example


Text Example

White with #0ECFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,207,253); }

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

background-color css

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

 a { background-color: rgb(14,207,253); }

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

border-color css

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

 span { border-color: rgb(14,207,253); }

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