Html Css Color HEX #0EBAED Deep Sky Blue

📋 copy color: '#0EBAED'

red 14 ◦ green 186 ◦ blue 237

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

Shades of Deep Sky Blue #0EBAED

Tints of Deep Sky Blue #0EBAED

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.56%

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

R = 3.2%
G = 42.56%
B = 54.23%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0EBAED (or 0x0EBAED) is known color: Deep Sky Blue. HEX triplet: 0E, BA and ED. RGB value is (14,186,237). Sum of RGB (Red+Green+Blue) = 14+186+237=437 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.20% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #0EBAED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EBAED is #F14512. Grayscale: #8C8C8C. Windows color (decimal): -15811859 or 15579662. OLE color: 15579662.

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

Color convert

RGB 14 186 237 -
CMYK 0.94 0.22 0 0.07
HSL 193.72º 0.89% 0.49% -
HSV(B) 193.72º 0.94% 0.93% -
XYZ 33.03 41.33 86.36 -
YUV 140.39 182.52 37.85 -
System Red Green Blue C M Y K H S L
Decimal 14 186 237 0.94 0.22 0 0.07 193.72 0.89 0.49
Hex E BA ED 5E 16 0 7 C2 59 31
Octal 16 272 355 136 26 0 7 302 131 61
Binary 1110 10111010 11101101 1011110 10110 0 111 11000010 1011001 110001

Color Harmonies of #0EBAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBAED

Black with #0EBAED

Text Example


Text Example

White with #0EBAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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