Html Css Color HEX #AAD3FC Pale Cornflower Blue

📋 copy color: '#AAD3FC'

red 170 ◦ green 211 ◦ blue 252

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

Shades of Pale Cornflower Blue #AAD3FC

Tints of Pale Cornflower Blue #AAD3FC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.33%

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

R = 26.86%
G = 33.33%
B = 39.81%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AAD3FC (or 0xAAD3FC) is known color: Pale Cornflower Blue. HEX triplet: AA, D3 and FC. RGB value is (170,211,252). Sum of RGB (Red+Green+Blue) = 170+211+252=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAD3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD3FC is #552C03. Grayscale: #CBCBCB. Windows color (decimal): -5581828 or 16569258. OLE color: 16569258.

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

Color convert

RGB 170 211 252 -
CMYK 0.33 0.16 0 0.01
HSL 210º 0.93% 0.83% -
HSV(B) 210º 0.33% 0.99% -
XYZ 57.44 62.16 101.07 -
YUV 203.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 170 211 252 0.33 0.16 0 0.01 210 0.93 0.83
Hex AA D3 FC 21 10 0 1 D2 5D 53
Octal 252 323 374 41 20 0 1 322 135 123
Binary 10101010 11010011 11111100 100001 10000 0 1 11010010 1011101 1010011

Color Harmonies of #AAD3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD3FC

Black with #AAD3FC

Text Example


Text Example

White with #AAD3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD3FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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