Html Css Color HEX #AAD5F6 Pale Cornflower Blue

📋 copy color: '#AAD5F6'

red 170 ◦ green 213 ◦ blue 246

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

Shades of Pale Cornflower Blue #AAD5F6

Tints of Pale Cornflower Blue #AAD5F6

RGB

 RED value IS 170 (66.8% from 255) = 27.03%

 GREEN value IS 213 (83.59% from 255) = 33.86%

 BLUE value IS 246 (96.48% from 255) = 39.11%

R = 27.03%
G = 33.86%
B = 39.11%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AAD5F6 (or 0xAAD5F6) is known color: Pale Cornflower Blue. HEX triplet: AA, D5 and F6. RGB value is (170,213,246). Sum of RGB (Red+Green+Blue) = 170+213+246=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 246 (96.48% from 255 or 39.11% from 629); Max value from RGB is 246 - color contains mainly: blue. Hex color #AAD5F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD5F6 is #552A09. Grayscale: #CBCBCB. Windows color (decimal): -5581322 or 16176554. OLE color: 16176554.

HSL color Cylindrical-coordinate representation of color #AAD5F6: hue angle of 206.05º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAD5F6 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 213 246 -
CMYK 0.31 0.13 0 0.04
HSL 206.05º 0.81% 0.82% -
HSV(B) 206.05º 0.31% 0.96% -
XYZ 57.01 62.79 96.3 -
YUV 203.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 170 213 246 0.31 0.13 0 0.04 206.05 0.81 0.82
Hex AA D5 F6 1F D 0 4 CE 51 52
Octal 252 325 366 37 15 0 4 316 121 122
Binary 10101010 11010101 11110110 11111 1101 0 100 11001110 1010001 1010010

Color Harmonies of #AAD5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD5F6

Black with #AAD5F6

Text Example


Text Example

White with #AAD5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD5F6; }

 p { color: rgb(170,213,246); }

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

background-color css

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

 a { background-color: rgb(170,213,246); }

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

border-color css

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

 span { border-color: rgb(170,213,246); }

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