Html Css Color HEX #0EBEEE Deep Sky Blue

📋 copy color: '#0EBEEE'

red 14 ◦ green 190 ◦ blue 238

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

Shades of Deep Sky Blue #0EBEEE

Tints of Deep Sky Blue #0EBEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.85%

R = 3.17%
G = 42.99%
B = 53.85%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0EBEEE (or 0x0EBEEE) is known color: Deep Sky Blue. HEX triplet: 0E, BE and EE. RGB value is (14,190,238). Sum of RGB (Red+Green+Blue) = 14+190+238=442 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.17% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #0EBEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EBEEE is #F14111. Grayscale: #8E8E8E. Windows color (decimal): -15810834 or 15646222. OLE color: 15646222.

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

Color convert

RGB 14 190 238 -
CMYK 0.94 0.20 0 0.07
HSL 192.86º 0.89% 0.49% -
HSV(B) 192.86º 0.94% 0.93% -
XYZ 34.03 43.09 87.41 -
YUV 142.85 181.69 36.1 -
System Red Green Blue C M Y K H S L
Decimal 14 190 238 0.94 0.20 0 0.07 192.86 0.89 0.49
Hex E BE EE 5E 14 0 7 C1 59 31
Octal 16 276 356 136 24 0 7 301 131 61
Binary 1110 10111110 11101110 1011110 10100 0 111 11000001 1011001 110001

Color Harmonies of #0EBEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBEEE

Black with #0EBEEE

Text Example


Text Example

White with #0EBEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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