Html Css Color HEX #14ADEE Deep Sky Blue

📋 copy color: '#14ADEE'

red 20 ◦ green 173 ◦ blue 238

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

Shades of Deep Sky Blue #14ADEE

Tints of Deep Sky Blue #14ADEE

RGB

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

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

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

R = 4.64%
G = 40.14%
B = 55.22%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#14ADEE (or 0x14ADEE) is known color: Deep Sky Blue. HEX triplet: 14, AD and EE. RGB value is (20,173,238). Sum of RGB (Red+Green+Blue) = 20+173+238=431 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.64% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #14ADEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ADEE is #EB5211. Grayscale: #868686. Windows color (decimal): -15421970 or 15641876. OLE color: 15641876.

HSL color Cylindrical-coordinate representation of color #14ADEE: hue angle of 197.89º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14ADEE is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 173 238 -
CMYK 0.92 0.27 0 0.07
HSL 197.89º 0.87% 0.51% -
HSV(B) 197.89º 0.92% 0.93% -
XYZ 30.66 36.21 86.26 -
YUV 134.66 186.31 46.21 -
System Red Green Blue C M Y K H S L
Decimal 20 173 238 0.92 0.27 0 0.07 197.89 0.87 0.51
Hex 14 AD EE 5C 1B 0 7 C6 57 33
Octal 24 255 356 134 33 0 7 306 127 63
Binary 10100 10101101 11101110 1011100 11011 0 111 11000110 1010111 110011

Color Harmonies of #14ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ADEE

Black with #14ADEE

Text Example


Text Example

White with #14ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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