Html Css Color HEX #AAD0F0 Pale Cornflower Blue

📋 copy color: '#AAD0F0'

red 170 ◦ green 208 ◦ blue 240

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

Shades of Pale Cornflower Blue #AAD0F0

Tints of Pale Cornflower Blue #AAD0F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.83%

R = 27.51%
G = 33.66%
B = 38.83%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AAD0F0 (or 0xAAD0F0) is known color: Pale Cornflower Blue. HEX triplet: AA, D0 and F0. RGB value is (170,208,240). Sum of RGB (Red+Green+Blue) = 170+208+240=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAD0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0F0 is #552F0F. Grayscale: #C8C8C8. Windows color (decimal): -5582608 or 15782058. OLE color: 15782058.

HSL color Cylindrical-coordinate representation of color #AAD0F0: hue angle of 207.43º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAD0F0 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 208 240 -
CMYK 0.29 0.13 0 0.06
HSL 207.43º 0.7% 0.8% -
HSV(B) 207.43º 0.29% 0.94% -
XYZ 54.86 59.95 91.12 -
YUV 200.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 170 208 240 0.29 0.13 0 0.06 207.43 0.7 0.8
Hex AA D0 F0 1D D 0 6 CF 46 50
Octal 252 320 360 35 15 0 6 317 106 120
Binary 10101010 11010000 11110000 11101 1101 0 110 11001111 1000110 1010000

Color Harmonies of #AAD0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD0F0

Black with #AAD0F0

Text Example


Text Example

White with #AAD0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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