Html Css Color HEX #AAD3F3 Pale Cornflower Blue

📋 copy color: '#AAD3F3'

red 170 ◦ green 211 ◦ blue 243

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

Shades of Pale Cornflower Blue #AAD3F3

Tints of Pale Cornflower Blue #AAD3F3

RGB

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

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

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

R = 27.24%
G = 33.81%
B = 38.94%

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

#AAD3F3 (or 0xAAD3F3) is known color: Pale Cornflower Blue. HEX triplet: AA, D3 and F3. RGB value is (170,211,243). Sum of RGB (Red+Green+Blue) = 170+211+243=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAD3F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD3F3 is #552C0C. Grayscale: #CACACA. Windows color (decimal): -5581837 or 15979434. OLE color: 15979434.

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

Color convert

RGB 170 211 243 -
CMYK 0.30 0.13 0 0.05
HSL 206.3º 0.75% 0.81% -
HSV(B) 206.3º 0.3% 0.95% -
XYZ 56.05 61.61 93.73 -
YUV 202.39 150.92 104.9 -
System Red Green Blue C M Y K H S L
Decimal 170 211 243 0.30 0.13 0 0.05 206.3 0.75 0.81
Hex AA D3 F3 1E D 0 5 CE 4B 51
Octal 252 323 363 36 15 0 5 316 113 121
Binary 10101010 11010011 11110011 11110 1101 0 101 11001110 1001011 1010001

Color Harmonies of #AAD3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD3F3

Black with #AAD3F3

Text Example


Text Example

White with #AAD3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD3F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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