Html Css Color HEX #AAD3F2 Pale Cornflower Blue

📋 copy color: '#AAD3F2'

red 170 ◦ green 211 ◦ blue 242

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

Shades of Pale Cornflower Blue #AAD3F2

Tints of Pale Cornflower Blue #AAD3F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.84%

R = 27.29%
G = 33.87%
B = 38.84%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AAD3F2 (or 0xAAD3F2) is known color: Pale Cornflower Blue. HEX triplet: AA, D3 and F2. RGB value is (170,211,242). Sum of RGB (Red+Green+Blue) = 170+211+242=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAD3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD3F2 is #552C0D. Grayscale: #CACACA. Windows color (decimal): -5581838 or 15913898. OLE color: 15913898.

HSL color Cylindrical-coordinate representation of color #AAD3F2: hue angle of 205.83º degrees, saturation: 0.73, 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 #AAD3F2 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 211 242 -
CMYK 0.30 0.13 0 0.05
HSL 205.83º 0.73% 0.81% -
HSV(B) 205.83º 0.3% 0.95% -
XYZ 55.9 61.55 92.94 -
YUV 202.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 170 211 242 0.30 0.13 0 0.05 205.83 0.73 0.81
Hex AA D3 F2 1E D 0 5 CE 49 51
Octal 252 323 362 36 15 0 5 316 111 121
Binary 10101010 11010011 11110010 11110 1101 0 101 11001110 1001001 1010001

Color Harmonies of #AAD3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD3F2

Black with #AAD3F2

Text Example


Text Example

White with #AAD3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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