Html Css Color HEX #ACCAFF Pale Cornflower Blue

📋 copy color: '#ACCAFF'

red 172 ◦ green 202 ◦ blue 255

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

Shades of Pale Cornflower Blue #ACCAFF

Tints of Pale Cornflower Blue #ACCAFF

RGB

 RED value IS 172 (67.58% from 255) = 27.34%

 GREEN value IS 202 (79.3% from 255) = 32.11%

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

R = 27.34%
G = 32.11%
B = 40.54%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACCAFF (or 0xACCAFF) is known color: Pale Cornflower Blue. HEX triplet: AC, CA and FF. RGB value is (172,202,255). Sum of RGB (Red+Green+Blue) = 172+202+255=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 202 (79.30% from 255 or 32.11% 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 #ACCAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCAFF is #533500. Grayscale: #C6C6C6. Windows color (decimal): -5453057 or 16763564. OLE color: 16763564.

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

Color convert

RGB 172 202 255 -
CMYK 0.33 0.21 0 0
HSL 218.31º 1% 0.84% -
HSV(B) 218.31º 0.33% 1% -
XYZ 56.18 58.23 102.89 -
YUV 199.07 159.56 108.69 -
System Red Green Blue C M Y K H S L
Decimal 172 202 255 0.33 0.21 0 0 218.31 1 0.84
Hex AC CA FF 21 15 0 0 DA 64 54
Octal 254 312 377 41 25 0 0 332 144 124
Binary 10101100 11001010 11111111 100001 10101 0 0 11011010 1100100 1010100

Color Harmonies of #ACCAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCAFF

Black with #ACCAFF

Text Example


Text Example

White with #ACCAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCAFF; }

 p { color: rgb(172,202,255); }

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

background-color css

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

 a { background-color: rgb(172,202,255); }

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

border-color css

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

 span { border-color: rgb(172,202,255); }

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