Html Css Color HEX #AAD2FC Pale Cornflower Blue

📋 copy color: '#AAD2FC'

red 170 ◦ green 210 ◦ blue 252

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

Shades of Pale Cornflower Blue #AAD2FC

Tints of Pale Cornflower Blue #AAD2FC

RGB

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

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

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

R = 26.9%
G = 33.23%
B = 39.87%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AAD2FC (or 0xAAD2FC) is known color: Pale Cornflower Blue. HEX triplet: AA, D2 and FC. RGB value is (170,210,252). Sum of RGB (Red+Green+Blue) = 170+210+252=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAD2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD2FC is #552D03. Grayscale: #CACACA. Windows color (decimal): -5582084 or 16569002. OLE color: 16569002.

HSL color Cylindrical-coordinate representation of color #AAD2FC: hue angle of 210.73º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD2FC is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 210 252 -
CMYK 0.33 0.17 0 0.01
HSL 210.73º 0.93% 0.83% -
HSV(B) 210.73º 0.33% 0.99% -
XYZ 57.19 61.67 100.98 -
YUV 202.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 170 210 252 0.33 0.17 0 0.01 210.73 0.93 0.83
Hex AA D2 FC 21 11 0 1 D3 5D 53
Octal 252 322 374 41 21 0 1 323 135 123
Binary 10101010 11010010 11111100 100001 10001 0 1 11010011 1011101 1010011

Color Harmonies of #AAD2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD2FC

Black with #AAD2FC

Text Example


Text Example

White with #AAD2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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