Html Css Color HEX #0EC4FB Deep Sky Blue

📋 copy color: '#0EC4FB'

red 14 ◦ green 196 ◦ blue 251

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

Shades of Deep Sky Blue #0EC4FB

Tints of Deep Sky Blue #0EC4FB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.52%

 BLUE value IS 251 (98.44% from 255) = 54.45%

R = 3.04%
G = 42.52%
B = 54.45%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0EC4FB (or 0x0EC4FB) is known color: Deep Sky Blue. HEX triplet: 0E, C4 and FB. RGB value is (14,196,251). Sum of RGB (Red+Green+Blue) = 14+196+251=461 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.04% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #0EC4FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EC4FB is #F13B04. Grayscale: #939393. Windows color (decimal): -15809285 or 16499726. OLE color: 16499726.

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

Color convert

RGB 14 196 251 -
CMYK 0.94 0.22 0 0.02
HSL 193.92º 0.97% 0.52% -
HSV(B) 193.92º 0.94% 0.98% -
XYZ 37.33 46.54 98.28 -
YUV 147.85 186.2 32.53 -
System Red Green Blue C M Y K H S L
Decimal 14 196 251 0.94 0.22 0 0.02 193.92 0.97 0.52
Hex E C4 FB 5E 16 0 2 C2 61 34
Octal 16 304 373 136 26 0 2 302 141 64
Binary 1110 11000100 11111011 1011110 10110 0 10 11000010 1100001 110100

Color Harmonies of #0EC4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC4FB

Black with #0EC4FB

Text Example


Text Example

White with #0EC4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,196,251); }

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

background-color css

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

 a { background-color: rgb(14,196,251); }

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

border-color css

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

 span { border-color: rgb(14,196,251); }

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