Html Css Color HEX #AAD5FA Pale Cornflower Blue

📋 copy color: '#AAD5FA'

red 170 ◦ green 213 ◦ blue 250

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

Shades of Pale Cornflower Blue #AAD5FA

Tints of Pale Cornflower Blue #AAD5FA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.65%

 BLUE value IS 250 (98.05% from 255) = 39.49%

R = 26.86%
G = 33.65%
B = 39.49%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAD5FA (or 0xAAD5FA) is known color: Pale Cornflower Blue. HEX triplet: AA, D5 and FA. RGB value is (170,213,250). Sum of RGB (Red+Green+Blue) = 170+213+250=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAD5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD5FA is #552A05. Grayscale: #CCCCCC. Windows color (decimal): -5581318 or 16438698. OLE color: 16438698.

HSL color Cylindrical-coordinate representation of color #AAD5FA: hue angle of 207.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAD5FA is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 213 250 -
CMYK 0.32 0.15 0 0.02
HSL 207.75º 0.89% 0.82% -
HSV(B) 207.75º 0.32% 0.98% -
XYZ 57.63 63.04 99.57 -
YUV 204.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 170 213 250 0.32 0.15 0 0.02 207.75 0.89 0.82
Hex AA D5 FA 20 F 0 2 D0 59 52
Octal 252 325 372 40 17 0 2 320 131 122
Binary 10101010 11010101 11111010 100000 1111 0 10 11010000 1011001 1010010

Color Harmonies of #AAD5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD5FA

Black with #AAD5FA

Text Example


Text Example

White with #AAD5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD5FA; }

 p { color: rgb(170,213,250); }

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

background-color css

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

 a { background-color: rgb(170,213,250); }

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

border-color css

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

 span { border-color: rgb(170,213,250); }

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