Html Css Color HEX #14AEFF Deep Sky Blue

📋 copy color: '#14AEFF'

red 20 ◦ green 174 ◦ blue 255

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

Shades of Deep Sky Blue #14AEFF

Tints of Deep Sky Blue #14AEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.75%

 BLUE value IS 255 (100% from 255) = 56.79%

R = 4.45%
G = 38.75%
B = 56.79%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#14AEFF (or 0x14AEFF) is known color: Deep Sky Blue. HEX triplet: 14, AE and FF. RGB value is (20,174,255). Sum of RGB (Red+Green+Blue) = 20+174+255=449 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.45% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #14AEFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14AEFF is #EB5100. Grayscale: #888888. Windows color (decimal): -15421697 or 16756244. OLE color: 16756244.

HSL color Cylindrical-coordinate representation of color #14AEFF: hue angle of 200.68º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14AEFF is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 20 174 255 -
CMYK 0.92 0.32 0 0
HSL 200.68º 1% 0.54% -
HSV(B) 200.68º 0.92% 1% -
XYZ 33.47 37.64 100.11 -
YUV 137.19 194.48 44.41 -
System Red Green Blue C M Y K H S L
Decimal 20 174 255 0.92 0.32 0 0 200.68 1 0.54
Hex 14 AE FF 5C 20 0 0 C9 64 36
Octal 24 256 377 134 40 0 0 311 144 66
Binary 10100 10101110 11111111 1011100 100000 0 0 11001001 1100100 110110

Color Harmonies of #14AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AEFF

Black with #14AEFF

Text Example


Text Example

White with #14AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,174,255); }

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

background-color css

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

 a { background-color: rgb(20,174,255); }

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

border-color css

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

 span { border-color: rgb(20,174,255); }

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