Html Css Color HEX #0EC6FD Deep Sky Blue

📋 copy color: '#0EC6FD'

red 14 ◦ green 198 ◦ blue 253

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

Shades of Deep Sky Blue #0EC6FD

Tints of Deep Sky Blue #0EC6FD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.58%

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

R = 3.01%
G = 42.58%
B = 54.41%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0EC6FD (or 0x0EC6FD) is known color: Deep Sky Blue. HEX triplet: 0E, C6 and FD. RGB value is (14,198,253). Sum of RGB (Red+Green+Blue) = 14+198+253=465 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.01% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #0EC6FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EC6FD is #F13902. Grayscale: #949494. Windows color (decimal): -15808771 or 16631310. OLE color: 16631310.

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

Color convert

RGB 14 198 253 -
CMYK 0.94 0.22 0 0.01
HSL 193.81º 0.98% 0.52% -
HSV(B) 193.81º 0.94% 0.99% -
XYZ 38.1 47.57 100.1 -
YUV 149.25 186.54 31.53 -
System Red Green Blue C M Y K H S L
Decimal 14 198 253 0.94 0.22 0 0.01 193.81 0.98 0.52
Hex E C6 FD 5E 16 0 1 C2 62 34
Octal 16 306 375 136 26 0 1 302 142 64
Binary 1110 11000110 11111101 1011110 10110 0 1 11000010 1100010 110100

Color Harmonies of #0EC6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC6FD

Black with #0EC6FD

Text Example


Text Example

White with #0EC6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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