Html Css Color HEX #0EB2EA Deep Sky Blue

📋 copy color: '#0EB2EA'

red 14 ◦ green 178 ◦ blue 234

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

Shades of Deep Sky Blue #0EB2EA

Tints of Deep Sky Blue #0EB2EA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.78%

 BLUE value IS 234 (91.8% from 255) = 54.93%

R = 3.29%
G = 41.78%
B = 54.93%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0EB2EA (or 0x0EB2EA) is known color: Deep Sky Blue. HEX triplet: 0E, B2 and EA. RGB value is (14,178,234). Sum of RGB (Red+Green+Blue) = 14+178+234=426 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.29% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #0EB2EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EB2EA is #F14D15. Grayscale: #868686. Windows color (decimal): -15813910 or 15381006. OLE color: 15381006.

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

Color convert

RGB 14 178 234 -
CMYK 0.94 0.24 0 0.08
HSL 195.27º 0.89% 0.49% -
HSV(B) 195.27º 0.94% 0.92% -
XYZ 30.95 37.87 83.52 -
YUV 135.35 183.67 41.45 -
System Red Green Blue C M Y K H S L
Decimal 14 178 234 0.94 0.24 0 0.08 195.27 0.89 0.49
Hex E B2 EA 5E 18 0 8 C3 59 31
Octal 16 262 352 136 30 0 10 303 131 61
Binary 1110 10110010 11101010 1011110 11000 0 1000 11000011 1011001 110001

Color Harmonies of #0EB2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB2EA

Black with #0EB2EA

Text Example


Text Example

White with #0EB2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,178,234); }

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

background-color css

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

 a { background-color: rgb(14,178,234); }

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

border-color css

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

 span { border-color: rgb(14,178,234); }

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