Html Css Color HEX #0EB5EC Deep Sky Blue

📋 copy color: '#0EB5EC'

red 14 ◦ green 181 ◦ blue 236

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

Shades of Deep Sky Blue #0EB5EC

Tints of Deep Sky Blue #0EB5EC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42%

 BLUE value IS 236 (92.58% from 255) = 54.76%

R = 3.25%
G = 42%
B = 54.76%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0EB5EC (or 0x0EB5EC) is known color: Deep Sky Blue. HEX triplet: 0E, B5 and EC. RGB value is (14,181,236). Sum of RGB (Red+Green+Blue) = 14+181+236=431 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.25% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #0EB5EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EB5EC is #F14A13. Grayscale: #888888. Windows color (decimal): -15813140 or 15512846. OLE color: 15512846.

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

Color convert

RGB 14 181 236 -
CMYK 0.94 0.23 0 0.07
HSL 194.86º 0.89% 0.49% -
HSV(B) 194.86º 0.94% 0.93% -
XYZ 31.85 39.2 85.24 -
YUV 137.34 183.67 40.03 -
System Red Green Blue C M Y K H S L
Decimal 14 181 236 0.94 0.23 0 0.07 194.86 0.89 0.49
Hex E B5 EC 5E 17 0 7 C3 59 31
Octal 16 265 354 136 27 0 7 303 131 61
Binary 1110 10110101 11101100 1011110 10111 0 111 11000011 1011001 110001

Color Harmonies of #0EB5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB5EC

Black with #0EB5EC

Text Example


Text Example

White with #0EB5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,181,236); }

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

background-color css

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

 a { background-color: rgb(14,181,236); }

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

border-color css

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

 span { border-color: rgb(14,181,236); }

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