Html Css Color HEX #ACCAFE Pale Cornflower Blue

📋 copy color: '#ACCAFE'

red 172 ◦ green 202 ◦ blue 254

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

Shades of Pale Cornflower Blue #ACCAFE

Tints of Pale Cornflower Blue #ACCAFE

RGB

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

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

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

R = 27.39%
G = 32.17%
B = 40.45%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ACCAFE (or 0xACCAFE) is known color: Pale Cornflower Blue. HEX triplet: AC, CA and FE. RGB value is (172,202,254). Sum of RGB (Red+Green+Blue) = 172+202+254=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACCAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCAFE is #533501. Grayscale: #C6C6C6. Windows color (decimal): -5453058 or 16698028. OLE color: 16698028.

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

Color convert

RGB 172 202 254 -
CMYK 0.32 0.20 0 0.00
HSL 218.05º 0.98% 0.84% -
HSV(B) 218.05º 0.32% 1% -
XYZ 56.02 58.17 102.04 -
YUV 198.96 159.06 108.77 -
System Red Green Blue C M Y K H S L
Decimal 172 202 254 0.32 0.20 0 0.00 218.05 0.98 0.84
Hex AC CA FE 20 14 0 0 DA 62 54
Octal 254 312 376 40 24 0 0 332 142 124
Binary 10101100 11001010 11111110 100000 10100 0 0 11011010 1100010 1010100

Color Harmonies of #ACCAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCAFE

Black with #ACCAFE

Text Example


Text Example

White with #ACCAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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