Html Css Color HEX #0EBEEB Deep Sky Blue

📋 copy color: '#0EBEEB'

red 14 ◦ green 190 ◦ blue 235

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

Shades of Deep Sky Blue #0EBEEB

Tints of Deep Sky Blue #0EBEEB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.28%

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

R = 3.19%
G = 43.28%
B = 53.53%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0EBEEB (or 0x0EBEEB) is known color: Deep Sky Blue. HEX triplet: 0E, BE and EB. RGB value is (14,190,235). Sum of RGB (Red+Green+Blue) = 14+190+235=439 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.19% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #0EBEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EBEEB is #F14114. Grayscale: #8E8E8E. Windows color (decimal): -15810837 or 15449614. OLE color: 15449614.

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

Color convert

RGB 14 190 235 -
CMYK 0.94 0.19 0 0.08
HSL 192.22º 0.89% 0.49% -
HSV(B) 192.22º 0.94% 0.92% -
XYZ 33.59 42.92 85.11 -
YUV 142.51 180.19 36.34 -
System Red Green Blue C M Y K H S L
Decimal 14 190 235 0.94 0.19 0 0.08 192.22 0.89 0.49
Hex E BE EB 5E 13 0 8 C0 59 31
Octal 16 276 353 136 23 0 10 300 131 61
Binary 1110 10111110 11101011 1011110 10011 0 1000 11000000 1011001 110001

Color Harmonies of #0EBEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBEEB

Black with #0EBEEB

Text Example


Text Example

White with #0EBEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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