Html Css Color HEX #0EB4ED Deep Sky Blue

📋 copy color: '#0EB4ED'

red 14 ◦ green 180 ◦ blue 237

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

Shades of Deep Sky Blue #0EB4ED

Tints of Deep Sky Blue #0EB4ED

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.76%

 BLUE value IS 237 (92.97% from 255) = 54.99%

R = 3.25%
G = 41.76%
B = 54.99%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0EB4ED (or 0x0EB4ED) is known color: Deep Sky Blue. HEX triplet: 0E, B4 and ED. RGB value is (14,180,237). Sum of RGB (Red+Green+Blue) = 14+180+237=431 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.25% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #0EB4ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EB4ED is #F14B12. Grayscale: #888888. Windows color (decimal): -15813395 or 15578126. OLE color: 15578126.

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

Color convert

RGB 14 180 237 -
CMYK 0.94 0.24 0 0.07
HSL 195.34º 0.89% 0.49% -
HSV(B) 195.34º 0.94% 0.93% -
XYZ 31.79 38.85 85.94 -
YUV 136.86 184.5 40.37 -
System Red Green Blue C M Y K H S L
Decimal 14 180 237 0.94 0.24 0 0.07 195.34 0.89 0.49
Hex E B4 ED 5E 18 0 7 C3 59 31
Octal 16 264 355 136 30 0 7 303 131 61
Binary 1110 10110100 11101101 1011110 11000 0 111 11000011 1011001 110001

Color Harmonies of #0EB4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB4ED

Black with #0EB4ED

Text Example


Text Example

White with #0EB4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,180,237); }

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

background-color css

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

 a { background-color: rgb(14,180,237); }

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

border-color css

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

 span { border-color: rgb(14,180,237); }

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