Html Css Color HEX #0EBFEB Deep Sky Blue

📋 copy color: '#0EBFEB'

red 14 ◦ green 191 ◦ blue 235

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

Shades of Deep Sky Blue #0EBFEB

Tints of Deep Sky Blue #0EBFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 43.41%

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

R = 3.18%
G = 43.41%
B = 53.41%

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

#0EBFEB (or 0x0EBFEB) is known color: Deep Sky Blue. HEX triplet: 0E, BF and EB. RGB value is (14,191,235). Sum of RGB (Red+Green+Blue) = 14+191+235=440 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.18% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #0EBFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EBFEB is #F14014. Grayscale: #8E8E8E. Windows color (decimal): -15810581 or 15449870. OLE color: 15449870.

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

Color convert

RGB 14 191 235 -
CMYK 0.94 0.19 0 0.08
HSL 191.95º 0.89% 0.49% -
HSV(B) 191.95º 0.94% 0.92% -
XYZ 33.81 43.35 85.18 -
YUV 143.09 179.86 35.92 -
System Red Green Blue C M Y K H S L
Decimal 14 191 235 0.94 0.19 0 0.08 191.95 0.89 0.49
Hex E BF EB 5E 13 0 8 C0 59 31
Octal 16 277 353 136 23 0 10 300 131 61
Binary 1110 10111111 11101011 1011110 10011 0 1000 11000000 1011001 110001

Color Harmonies of #0EBFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBFEB

Black with #0EBFEB

Text Example


Text Example

White with #0EBFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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