Html Css Color HEX #14AAFC Deep Sky Blue

📋 copy color: '#14AAFC'

red 20 ◦ green 170 ◦ blue 252

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

Shades of Deep Sky Blue #14AAFC

Tints of Deep Sky Blue #14AAFC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.46%

 BLUE value IS 252 (98.83% from 255) = 57.01%

R = 4.52%
G = 38.46%
B = 57.01%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#14AAFC (or 0x14AAFC) is known color: Deep Sky Blue. HEX triplet: 14, AA and FC. RGB value is (20,170,252). Sum of RGB (Red+Green+Blue) = 20+170+252=442 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.52% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #14AAFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14AAFC is #EB5503. Grayscale: #868686. Windows color (decimal): -15422724 or 16558612. OLE color: 16558612.

HSL color Cylindrical-coordinate representation of color #14AAFC: hue angle of 201.21º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14AAFC is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 170 252 -
CMYK 0.92 0.33 0 0.01
HSL 201.21º 0.97% 0.53% -
HSV(B) 201.21º 0.92% 0.99% -
XYZ 32.23 35.93 97.33 -
YUV 134.5 194.31 46.33 -
System Red Green Blue C M Y K H S L
Decimal 20 170 252 0.92 0.33 0 0.01 201.21 0.97 0.53
Hex 14 AA FC 5C 21 0 1 C9 61 35
Octal 24 252 374 134 41 0 1 311 141 65
Binary 10100 10101010 11111100 1011100 100001 0 1 11001001 1100001 110101

Color Harmonies of #14AAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AAFC

Black with #14AAFC

Text Example


Text Example

White with #14AAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,170,252); }

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

background-color css

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

 a { background-color: rgb(20,170,252); }

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

border-color css

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

 span { border-color: rgb(20,170,252); }

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