Html Css Color HEX #AAD0FA Pale Cornflower Blue

📋 copy color: '#AAD0FA'

red 170 ◦ green 208 ◦ blue 250

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

Shades of Pale Cornflower Blue #AAD0FA

Tints of Pale Cornflower Blue #AAD0FA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.12%

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

R = 27.07%
G = 33.12%
B = 39.81%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAD0FA (or 0xAAD0FA) is known color: Pale Cornflower Blue. HEX triplet: AA, D0 and FA. RGB value is (170,208,250). Sum of RGB (Red+Green+Blue) = 170+208+250=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAD0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0FA is #552F05. Grayscale: #C9C9C9. Windows color (decimal): -5582598 or 16437418. OLE color: 16437418.

HSL color Cylindrical-coordinate representation of color #AAD0FA: hue angle of 211.5º 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 #AAD0FA is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 208 250 -
CMYK 0.32 0.17 0 0.02
HSL 211.5º 0.89% 0.82% -
HSV(B) 211.5º 0.32% 0.98% -
XYZ 56.39 60.56 99.16 -
YUV 201.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 170 208 250 0.32 0.17 0 0.02 211.5 0.89 0.82
Hex AA D0 FA 20 11 0 2 D4 59 52
Octal 252 320 372 40 21 0 2 324 131 122
Binary 10101010 11010000 11111010 100000 10001 0 10 11010100 1011001 1010010

Color Harmonies of #AAD0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD0FA

Black with #AAD0FA

Text Example


Text Example

White with #AAD0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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