Html Css Color HEX #AAD0FC Pale Cornflower Blue

📋 copy color: '#AAD0FC'

red 170 ◦ green 208 ◦ blue 252

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

Shades of Pale Cornflower Blue #AAD0FC

Tints of Pale Cornflower Blue #AAD0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40%

R = 26.98%
G = 33.02%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AAD0FC (or 0xAAD0FC) is known color: Pale Cornflower Blue. HEX triplet: AA, D0 and FC. RGB value is (170,208,252). Sum of RGB (Red+Green+Blue) = 170+208+252=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAD0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0FC is #552F03. Grayscale: #C9C9C9. Windows color (decimal): -5582596 or 16568490. OLE color: 16568490.

HSL color Cylindrical-coordinate representation of color #AAD0FC: hue angle of 212.2º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD0FC is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 208 252 -
CMYK 0.33 0.17 0 0.01
HSL 212.2º 0.93% 0.83% -
HSV(B) 212.2º 0.33% 0.99% -
XYZ 56.7 60.69 100.82 -
YUV 201.65 156.41 105.42 -
System Red Green Blue C M Y K H S L
Decimal 170 208 252 0.33 0.17 0 0.01 212.2 0.93 0.83
Hex AA D0 FC 21 11 0 1 D4 5D 53
Octal 252 320 374 41 21 0 1 324 135 123
Binary 10101010 11010000 11111100 100001 10001 0 1 11010100 1011101 1010011

Color Harmonies of #AAD0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD0FC

Black with #AAD0FC

Text Example


Text Example

White with #AAD0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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