Html Css Color HEX #0ECBEB Deep Sky Blue

📋 copy color: '#0ECBEB'

red 14 ◦ green 203 ◦ blue 235

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

Shades of Deep Sky Blue #0ECBEB

Tints of Deep Sky Blue #0ECBEB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.91%

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

R = 3.1%
G = 44.91%
B = 51.99%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0ECBEB (or 0x0ECBEB) is known color: Deep Sky Blue. HEX triplet: 0E, CB and EB. RGB value is (14,203,235). Sum of RGB (Red+Green+Blue) = 14+203+235=452 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.10% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #0ECBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECBEB is #F13414. Grayscale: #959595. Windows color (decimal): -15807509 or 15452942. OLE color: 15452942.

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

Color convert

RGB 14 203 235 -
CMYK 0.94 0.14 0 0.08
HSL 188.69º 0.89% 0.49% -
HSV(B) 188.69º 0.94% 0.92% -
XYZ 36.53 48.8 86.09 -
YUV 150.14 175.88 30.9 -
System Red Green Blue C M Y K H S L
Decimal 14 203 235 0.94 0.14 0 0.08 188.69 0.89 0.49
Hex E CB EB 5E E 0 8 BD 59 31
Octal 16 313 353 136 16 0 10 275 131 61
Binary 1110 11001011 11101011 1011110 1110 0 1000 10111101 1011001 110001

Color Harmonies of #0ECBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECBEB

Black with #0ECBEB

Text Example


Text Example

White with #0ECBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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