Html Css Color HEX #AAD0FE Pale Cornflower Blue

📋 copy color: '#AAD0FE'

red 170 ◦ green 208 ◦ blue 254

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

Shades of Pale Cornflower Blue #AAD0FE

Tints of Pale Cornflower Blue #AAD0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.19%

R = 26.9%
G = 32.91%
B = 40.19%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AAD0FE (or 0xAAD0FE) is known color: Pale Cornflower Blue. HEX triplet: AA, D0 and FE. RGB value is (170,208,254). Sum of RGB (Red+Green+Blue) = 170+208+254=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAD0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0FE is #552F01. Grayscale: #C9C9C9. Windows color (decimal): -5582594 or 16699562. OLE color: 16699562.

HSL color Cylindrical-coordinate representation of color #AAD0FE: hue angle of 212.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD0FE is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 208 254 -
CMYK 0.33 0.18 0 0.00
HSL 212.86º 0.98% 0.83% -
HSV(B) 212.86º 0.33% 1% -
XYZ 57.02 60.81 102.5 -
YUV 201.88 157.41 105.26 -
System Red Green Blue C M Y K H S L
Decimal 170 208 254 0.33 0.18 0 0.00 212.86 0.98 0.83
Hex AA D0 FE 21 12 0 0 D5 62 53
Octal 252 320 376 41 22 0 0 325 142 123
Binary 10101010 11010000 11111110 100001 10010 0 0 11010101 1100010 1010011

Color Harmonies of #AAD0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD0FE

Black with #AAD0FE

Text Example


Text Example

White with #AAD0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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