Html Css Color HEX #0EABFE Deep Sky Blue

📋 copy color: '#0EABFE'

red 14 ◦ green 171 ◦ blue 254

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

Shades of Deep Sky Blue #0EABFE

Tints of Deep Sky Blue #0EABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.95%

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

R = 3.19%
G = 38.95%
B = 57.86%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0EABFE (or 0x0EABFE) is known color: Deep Sky Blue. HEX triplet: 0E, AB and FE. RGB value is (14,171,254). Sum of RGB (Red+Green+Blue) = 14+171+254=439 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.19% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #0EABFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EABFE is #F15401. Grayscale: #858585. Windows color (decimal): -15815682 or 16689934. OLE color: 16689934.

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

Color convert

RGB 14 171 254 -
CMYK 0.94 0.33 0 0.00
HSL 200.75º 0.99% 0.53% -
HSV(B) 200.75º 0.94% 1% -
XYZ 32.63 36.37 99.07 -
YUV 133.52 195.99 42.75 -
System Red Green Blue C M Y K H S L
Decimal 14 171 254 0.94 0.33 0 0.00 200.75 0.99 0.53
Hex E AB FE 5E 21 0 0 C9 63 35
Octal 16 253 376 136 41 0 0 311 143 65
Binary 1110 10101011 11111110 1011110 100001 0 0 11001001 1100011 110101

Color Harmonies of #0EABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EABFE

Black with #0EABFE

Text Example


Text Example

White with #0EABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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