Html Css Color HEX #AAD2F3 Pale Cornflower Blue

📋 copy color: '#AAD2F3'

red 170 ◦ green 210 ◦ blue 243

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

Shades of Pale Cornflower Blue #AAD2F3

Tints of Pale Cornflower Blue #AAD2F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39%

R = 27.29%
G = 33.71%
B = 39%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AAD2F3 (or 0xAAD2F3) is known color: Pale Cornflower Blue. HEX triplet: AA, D2 and F3. RGB value is (170,210,243). Sum of RGB (Red+Green+Blue) = 170+210+243=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAD2F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD2F3 is #552D0C. Grayscale: #C9C9C9. Windows color (decimal): -5582093 or 15979178. OLE color: 15979178.

HSL color Cylindrical-coordinate representation of color #AAD2F3: hue angle of 207.12º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD2F3 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 210 243 -
CMYK 0.30 0.14 0 0.05
HSL 207.12º 0.75% 0.81% -
HSV(B) 207.12º 0.3% 0.95% -
XYZ 55.8 61.11 93.65 -
YUV 201.8 151.25 105.32 -
System Red Green Blue C M Y K H S L
Decimal 170 210 243 0.30 0.14 0 0.05 207.12 0.75 0.81
Hex AA D2 F3 1E E 0 5 CF 4B 51
Octal 252 322 363 36 16 0 5 317 113 121
Binary 10101010 11010010 11110011 11110 1110 0 101 11001111 1001011 1010001

Color Harmonies of #AAD2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD2F3

Black with #AAD2F3

Text Example


Text Example

White with #AAD2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD2F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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