Html Css Color HEX #0EBCFF Deep Sky Blue

📋 copy color: '#0EBCFF'

red 14 ◦ green 188 ◦ blue 255

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

Shades of Deep Sky Blue #0EBCFF

Tints of Deep Sky Blue #0EBCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.14%

 BLUE value IS 255 (100% from 255) = 55.8%

R = 3.06%
G = 41.14%
B = 55.8%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0EBCFF (or 0x0EBCFF) is known color: Deep Sky Blue. HEX triplet: 0E, BC and FF. RGB value is (14,188,255). Sum of RGB (Red+Green+Blue) = 14+188+255=457 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EBCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EBCFF is #F14300. Grayscale: #8F8F8F. Windows color (decimal): -15811329 or 16759822. OLE color: 16759822.

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

Color convert

RGB 14 188 255 -
CMYK 0.95 0.26 0 0
HSL 196.68º 1% 0.53% -
HSV(B) 196.68º 0.95% 1% -
XYZ 36.21 43.28 101.05 -
YUV 143.61 190.85 35.55 -
System Red Green Blue C M Y K H S L
Decimal 14 188 255 0.95 0.26 0 0 196.68 1 0.53
Hex E BC FF 5F 1A 0 0 C5 64 35
Octal 16 274 377 137 32 0 0 305 144 65
Binary 1110 10111100 11111111 1011111 11010 0 0 11000101 1100100 110101

Color Harmonies of #0EBCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBCFF

Black with #0EBCFF

Text Example


Text Example

White with #0EBCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,188,255); }

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

background-color css

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

 a { background-color: rgb(14,188,255); }

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

border-color css

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

 span { border-color: rgb(14,188,255); }

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