Html Css Color HEX #14ADEB Deep Sky Blue

📋 copy color: '#14ADEB'

red 20 ◦ green 173 ◦ blue 235

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

Shades of Deep Sky Blue #14ADEB

Tints of Deep Sky Blue #14ADEB

RGB

 RED value IS 20 (8.2% from 255) = 4.67%

 GREEN value IS 173 (67.97% from 255) = 40.42%

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

R = 4.67%
G = 40.42%
B = 54.91%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#14ADEB (or 0x14ADEB) is known color: Deep Sky Blue. HEX triplet: 14, AD and EB. RGB value is (20,173,235). Sum of RGB (Red+Green+Blue) = 20+173+235=428 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.67% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #14ADEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ADEB is #EB5214. Grayscale: #858585. Windows color (decimal): -15421973 or 15445268. OLE color: 15445268.

HSL color Cylindrical-coordinate representation of color #14ADEB: hue angle of 197.3º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14ADEB is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 173 235 -
CMYK 0.91 0.26 0 0.08
HSL 197.3º 0.84% 0.5% -
HSV(B) 197.3º 0.91% 0.92% -
XYZ 30.23 36.03 83.96 -
YUV 134.32 184.81 46.46 -
System Red Green Blue C M Y K H S L
Decimal 20 173 235 0.91 0.26 0 0.08 197.3 0.84 0.5
Hex 14 AD EB 5B 1A 0 8 C5 54 32
Octal 24 255 353 133 32 0 10 305 124 62
Binary 10100 10101101 11101011 1011011 11010 0 1000 11000101 1010100 110010

Color Harmonies of #14ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ADEB

Black with #14ADEB

Text Example


Text Example

White with #14ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14ADEB; }

 p { color: rgb(20,173,235); }

 H1.HeaderClassName
 {
   color: #14ADEB;
 }
 .AnyTagClassName
 {
   color: #14ADEB;
 }
</style>

background-color css

<style>
 a { background-color: #14ADEB; }

 a { background-color: rgb(20,173,235); }

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

border-color css

<style>
 span { border-color: #14ADEB; }

 span { border-color: rgb(20,173,235); }

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