Html Css Color HEX #14ADEA Deep Sky Blue

📋 copy color: '#14ADEA'

red 20 ◦ green 173 ◦ blue 234

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

Shades of Deep Sky Blue #14ADEA

Tints of Deep Sky Blue #14ADEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.8%

R = 4.68%
G = 40.52%
B = 54.8%

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

#14ADEA (or 0x14ADEA) is known color: Deep Sky Blue. HEX triplet: 14, AD and EA. RGB value is (20,173,234). Sum of RGB (Red+Green+Blue) = 20+173+234=427 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.68% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #14ADEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ADEA is #EB5215. Grayscale: #858585. Windows color (decimal): -15421974 or 15379732. OLE color: 15379732.

HSL color Cylindrical-coordinate representation of color #14ADEA: hue angle of 197.1º 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 #14ADEA is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 173 234 -
CMYK 0.91 0.26 0 0.08
HSL 197.1º 0.84% 0.5% -
HSV(B) 197.1º 0.91% 0.92% -
XYZ 30.08 35.98 83.2 -
YUV 134.21 184.31 46.54 -
System Red Green Blue C M Y K H S L
Decimal 20 173 234 0.91 0.26 0 0.08 197.1 0.84 0.5
Hex 14 AD EA 5B 1A 0 8 C5 54 32
Octal 24 255 352 133 32 0 10 305 124 62
Binary 10100 10101101 11101010 1011011 11010 0 1000 11000101 1010100 110010

Color Harmonies of #14ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ADEA

Black with #14ADEA

Text Example


Text Example

White with #14ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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