Html Css Color HEX #0EBDFE Deep Sky Blue

📋 copy color: '#0EBDFE'

red 14 ◦ green 189 ◦ blue 254

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

Shades of Deep Sky Blue #0EBDFE

Tints of Deep Sky Blue #0EBDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.36%

 BLUE value IS 254 (99.61% from 255) = 55.58%

R = 3.06%
G = 41.36%
B = 55.58%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0EBDFE (or 0x0EBDFE) is known color: Deep Sky Blue. HEX triplet: 0E, BD and FE. RGB value is (14,189,254). Sum of RGB (Red+Green+Blue) = 14+189+254=457 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #0EBDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EBDFE is #F14201. Grayscale: #8F8F8F. Windows color (decimal): -15811074 or 16694542. OLE color: 16694542.

HSL color Cylindrical-coordinate representation of color #0EBDFE: hue angle of 196.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EBDFE is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 14 189 254 -
CMYK 0.94 0.26 0 0.00
HSL 196.25º 0.99% 0.53% -
HSV(B) 196.25º 0.94% 1% -
XYZ 36.27 43.64 100.28 -
YUV 144.09 190.02 35.21 -
System Red Green Blue C M Y K H S L
Decimal 14 189 254 0.94 0.26 0 0.00 196.25 0.99 0.53
Hex E BD FE 5E 1A 0 0 C4 63 35
Octal 16 275 376 136 32 0 0 304 143 65
Binary 1110 10111101 11111110 1011110 11010 0 0 11000100 1100011 110101

Color Harmonies of #0EBDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBDFE

Black with #0EBDFE

Text Example


Text Example

White with #0EBDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,189,254); }

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

background-color css

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

 a { background-color: rgb(14,189,254); }

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

border-color css

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

 span { border-color: rgb(14,189,254); }

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