Html Css Color HEX #AAD2FE Pale Cornflower Blue

📋 copy color: '#AAD2FE'

red 170 ◦ green 210 ◦ blue 254

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

Shades of Pale Cornflower Blue #AAD2FE

Tints of Pale Cornflower Blue #AAD2FE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.12%

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

R = 26.81%
G = 33.12%
B = 40.06%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AAD2FE (or 0xAAD2FE) is known color: Pale Cornflower Blue. HEX triplet: AA, D2 and FE. RGB value is (170,210,254). Sum of RGB (Red+Green+Blue) = 170+210+254=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAD2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD2FE is #552D01. Grayscale: #CACACA. Windows color (decimal): -5582082 or 16700074. OLE color: 16700074.

HSL color Cylindrical-coordinate representation of color #AAD2FE: hue angle of 211.43º 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 #AAD2FE is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 210 254 -
CMYK 0.33 0.17 0 0.00
HSL 211.43º 0.98% 0.83% -
HSV(B) 211.43º 0.33% 1% -
XYZ 57.51 61.79 102.66 -
YUV 203.06 156.75 104.42 -
System Red Green Blue C M Y K H S L
Decimal 170 210 254 0.33 0.17 0 0.00 211.43 0.98 0.83
Hex AA D2 FE 21 11 0 0 D3 62 53
Octal 252 322 376 41 21 0 0 323 142 123
Binary 10101010 11010010 11111110 100001 10001 0 0 11010011 1100010 1010011

Color Harmonies of #AAD2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD2FE

Black with #AAD2FE

Text Example


Text Example

White with #AAD2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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