Html Css Color HEX #0EAEFE Deep Sky Blue

📋 copy color: '#0EAEFE'

red 14 ◦ green 174 ◦ blue 254

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

Shades of Deep Sky Blue #0EAEFE

Tints of Deep Sky Blue #0EAEFE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.37%

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

R = 3.17%
G = 39.37%
B = 57.47%

CMYK

 C value IS 0.94

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0EAEFE (or 0x0EAEFE) is known color: Deep Sky Blue. HEX triplet: 0E, AE and FE. RGB value is (14,174,254). Sum of RGB (Red+Green+Blue) = 14+174+254=442 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.17% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #0EAEFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EAEFE is #F15101. Grayscale: #868686. Windows color (decimal): -15814914 or 16690702. OLE color: 16690702.

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

Color convert

RGB 14 174 254 -
CMYK 0.94 0.31 0 0.00
HSL 200º 0.99% 0.53% -
HSV(B) 200º 0.94% 1% -
XYZ 33.21 37.52 99.26 -
YUV 135.28 194.99 41.5 -
System Red Green Blue C M Y K H S L
Decimal 14 174 254 0.94 0.31 0 0.00 200 0.99 0.53
Hex E AE FE 5E 1F 0 0 C8 63 35
Octal 16 256 376 136 37 0 0 310 143 65
Binary 1110 10101110 11111110 1011110 11111 0 0 11001000 1100011 110101

Color Harmonies of #0EAEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAEFE

Black with #0EAEFE

Text Example


Text Example

White with #0EAEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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