Html Css Color HEX #0ECEEE Deep Sky Blue

📋 copy color: '#0ECEEE'

red 14 ◦ green 206 ◦ blue 238

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

Shades of Deep Sky Blue #0ECEEE

Tints of Deep Sky Blue #0ECEEE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.98%

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

R = 3.06%
G = 44.98%
B = 51.97%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0ECEEE (or 0x0ECEEE) is known color: Deep Sky Blue. HEX triplet: 0E, CE and EE. RGB value is (14,206,238). Sum of RGB (Red+Green+Blue) = 14+206+238=458 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #0ECEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECEEE is #F13111. Grayscale: #979797. Windows color (decimal): -15806738 or 15650318. OLE color: 15650318.

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

Color convert

RGB 14 206 238 -
CMYK 0.94 0.13 0 0.07
HSL 188.57º 0.89% 0.49% -
HSV(B) 188.57º 0.94% 0.93% -
XYZ 37.69 50.41 88.63 -
YUV 152.24 176.39 29.4 -
System Red Green Blue C M Y K H S L
Decimal 14 206 238 0.94 0.13 0 0.07 188.57 0.89 0.49
Hex E CE EE 5E D 0 7 BD 59 31
Octal 16 316 356 136 15 0 7 275 131 61
Binary 1110 11001110 11101110 1011110 1101 0 111 10111101 1011001 110001

Color Harmonies of #0ECEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECEEE

Black with #0ECEEE

Text Example


Text Example

White with #0ECEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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