Html Css Color HEX #0EACEB Deep Sky Blue

📋 copy color: '#0EACEB'

red 14 ◦ green 172 ◦ blue 235

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

Shades of Deep Sky Blue #0EACEB

Tints of Deep Sky Blue #0EACEB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.86%

 BLUE value IS 235 (92.19% from 255) = 55.82%

R = 3.33%
G = 40.86%
B = 55.82%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0EACEB (or 0x0EACEB) is known color: Deep Sky Blue. HEX triplet: 0E, AC and EB. RGB value is (14,172,235). Sum of RGB (Red+Green+Blue) = 14+172+235=421 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.33% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #0EACEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EACEB is #F15314. Grayscale: #838383. Windows color (decimal): -15815445 or 15445006. OLE color: 15445006.

HSL color Cylindrical-coordinate representation of color #0EACEB: hue angle of 197.1º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EACEB is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 172 235 -
CMYK 0.94 0.27 0 0.08
HSL 197.1º 0.89% 0.49% -
HSV(B) 197.1º 0.94% 0.92% -
XYZ 29.93 35.6 83.89 -
YUV 131.94 186.15 43.88 -
System Red Green Blue C M Y K H S L
Decimal 14 172 235 0.94 0.27 0 0.08 197.1 0.89 0.49
Hex E AC EB 5E 1B 0 8 C5 59 31
Octal 16 254 353 136 33 0 10 305 131 61
Binary 1110 10101100 11101011 1011110 11011 0 1000 11000101 1011001 110001

Color Harmonies of #0EACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EACEB

Black with #0EACEB

Text Example


Text Example

White with #0EACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,172,235); }

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

background-color css

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

 a { background-color: rgb(14,172,235); }

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

border-color css

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

 span { border-color: rgb(14,172,235); }

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