Html Css Color HEX #AAD7FE Pale Cornflower Blue

📋 copy color: '#AAD7FE'

red 170 ◦ green 215 ◦ blue 254

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

Shades of Pale Cornflower Blue #AAD7FE

Tints of Pale Cornflower Blue #AAD7FE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.65%

 BLUE value IS 254 (99.61% from 255) = 39.75%

R = 26.6%
G = 33.65%
B = 39.75%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AAD7FE (or 0xAAD7FE) is known color: Pale Cornflower Blue. HEX triplet: AA, D7 and FE. RGB value is (170,215,254). Sum of RGB (Red+Green+Blue) = 170+215+254=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAD7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD7FE is #552801. Grayscale: #CDCDCD. Windows color (decimal): -5580802 or 16701354. OLE color: 16701354.

HSL color Cylindrical-coordinate representation of color #AAD7FE: hue angle of 207.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD7FE is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 215 254 -
CMYK 0.33 0.15 0 0.00
HSL 207.86º 0.98% 0.83% -
HSV(B) 207.86º 0.33% 1% -
XYZ 58.77 64.3 103.08 -
YUV 205.99 155.09 102.33 -
System Red Green Blue C M Y K H S L
Decimal 170 215 254 0.33 0.15 0 0.00 207.86 0.98 0.83
Hex AA D7 FE 21 F 0 0 D0 62 53
Octal 252 327 376 41 17 0 0 320 142 123
Binary 10101010 11010111 11111110 100001 1111 0 0 11010000 1100010 1010011

Color Harmonies of #AAD7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD7FE

Black with #AAD7FE

Text Example


Text Example

White with #AAD7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD7FE; }

 p { color: rgb(170,215,254); }

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

background-color css

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

 a { background-color: rgb(170,215,254); }

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

border-color css

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

 span { border-color: rgb(170,215,254); }

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