Html Css Color HEX #0EABFC Deep Sky Blue

📋 copy color: '#0EABFC'

red 14 ◦ green 171 ◦ blue 252

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

Shades of Deep Sky Blue #0EABFC

Tints of Deep Sky Blue #0EABFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.67%

R = 3.2%
G = 39.13%
B = 57.67%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0EABFC (or 0x0EABFC) is known color: Deep Sky Blue. HEX triplet: 0E, AB and FC. RGB value is (14,171,252). Sum of RGB (Red+Green+Blue) = 14+171+252=437 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.20% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #0EABFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EABFC is #F15403. Grayscale: #848484. Windows color (decimal): -15815684 or 16558862. OLE color: 16558862.

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

Color convert

RGB 14 171 252 -
CMYK 0.94 0.32 0 0.01
HSL 200.42º 0.98% 0.52% -
HSV(B) 200.42º 0.94% 0.99% -
XYZ 32.31 36.25 97.39 -
YUV 133.29 194.99 42.91 -
System Red Green Blue C M Y K H S L
Decimal 14 171 252 0.94 0.32 0 0.01 200.42 0.98 0.52
Hex E AB FC 5E 20 0 1 C8 62 34
Octal 16 253 374 136 40 0 1 310 142 64
Binary 1110 10101011 11111100 1011110 100000 0 1 11001000 1100010 110100

Color Harmonies of #0EABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EABFC

Black with #0EABFC

Text Example


Text Example

White with #0EABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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