Html Css Color HEX #AAD1FE Pale Cornflower Blue

📋 copy color: '#AAD1FE'

red 170 ◦ green 209 ◦ blue 254

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

Shades of Pale Cornflower Blue #AAD1FE

Tints of Pale Cornflower Blue #AAD1FE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.02%

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

R = 26.86%
G = 33.02%
B = 40.13%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AAD1FE (or 0xAAD1FE) is known color: Pale Cornflower Blue. HEX triplet: AA, D1 and FE. RGB value is (170,209,254). Sum of RGB (Red+Green+Blue) = 170+209+254=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAD1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD1FE is #552E01. Grayscale: #CACACA. Windows color (decimal): -5582338 or 16699818. OLE color: 16699818.

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

Color convert

RGB 170 209 254 -
CMYK 0.33 0.18 0 0.00
HSL 212.14º 0.98% 0.83% -
HSV(B) 212.14º 0.33% 1% -
XYZ 57.27 61.3 102.58 -
YUV 202.47 157.08 104.84 -
System Red Green Blue C M Y K H S L
Decimal 170 209 254 0.33 0.18 0 0.00 212.14 0.98 0.83
Hex AA D1 FE 21 12 0 0 D4 62 53
Octal 252 321 376 41 22 0 0 324 142 123
Binary 10101010 11010001 11111110 100001 10010 0 0 11010100 1100010 1010011

Color Harmonies of #AAD1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD1FE

Black with #AAD1FE

Text Example


Text Example

White with #AAD1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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