Html Css Color HEX #AACCFF Pale Cornflower Blue

📋 copy color: '#AACCFF'

red 170 ◦ green 204 ◦ blue 255

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

Shades of Pale Cornflower Blue #AACCFF

Tints of Pale Cornflower Blue #AACCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.43%

 BLUE value IS 255 (100% from 255) = 40.54%

R = 27.03%
G = 32.43%
B = 40.54%

CMYK

 C value IS 0.33

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AACCFF (or 0xAACCFF) is known color: Pale Cornflower Blue. HEX triplet: AA, CC and FF. RGB value is (170,204,255). Sum of RGB (Red+Green+Blue) = 170+204+255=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #AACCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACCFF is #553300. Grayscale: #C7C7C7. Windows color (decimal): -5583617 or 16764074. OLE color: 16764074.

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

Color convert

RGB 170 204 255 -
CMYK 0.33 0.2 0 0
HSL 216º 1% 0.83% -
HSV(B) 216º 0.33% 1% -
XYZ 56.22 58.95 103.02 -
YUV 199.65 159.24 106.85 -
System Red Green Blue C M Y K H S L
Decimal 170 204 255 0.33 0.2 0 0 216 1 0.83
Hex AA CC FF 21 14 0 0 D8 64 53
Octal 252 314 377 41 24 0 0 330 144 123
Binary 10101010 11001100 11111111 100001 10100 0 0 11011000 1100100 1010011

Color Harmonies of #AACCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCFF

Black with #AACCFF

Text Example


Text Example

White with #AACCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCFF; }

 p { color: rgb(170,204,255); }

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

background-color css

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

 a { background-color: rgb(170,204,255); }

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

border-color css

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

 span { border-color: rgb(170,204,255); }

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