Html Css Color HEX #0EAEFA Deep Sky Blue

📋 copy color: '#0EAEFA'

red 14 ◦ green 174 ◦ blue 250

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

Shades of Deep Sky Blue #0EAEFA

Tints of Deep Sky Blue #0EAEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.08%

R = 3.2%
G = 39.73%
B = 57.08%

CMYK

 C value IS 0.94

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0EAEFA (or 0x0EAEFA) is known color: Deep Sky Blue. HEX triplet: 0E, AE and FA. RGB value is (14,174,250). Sum of RGB (Red+Green+Blue) = 14+174+250=438 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.20% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #0EAEFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EAEFA is #F15105. Grayscale: #868686. Windows color (decimal): -15814918 or 16428558. OLE color: 16428558.

HSL color Cylindrical-coordinate representation of color #0EAEFA: hue angle of 199.32º degrees, saturation: 0.96, 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 #0EAEFA is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 14 174 250 -
CMYK 0.94 0.30 0 0.02
HSL 199.32º 0.96% 0.52% -
HSV(B) 199.32º 0.94% 0.98% -
XYZ 32.57 37.27 95.92 -
YUV 134.82 192.99 41.82 -
System Red Green Blue C M Y K H S L
Decimal 14 174 250 0.94 0.30 0 0.02 199.32 0.96 0.52
Hex E AE FA 5E 1E 0 2 C7 60 34
Octal 16 256 372 136 36 0 2 307 140 64
Binary 1110 10101110 11111010 1011110 11110 0 10 11000111 1100000 110100

Color Harmonies of #0EAEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAEFA

Black with #0EAEFA

Text Example


Text Example

White with #0EAEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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