Html Css Color HEX #ACCFF6 Pale Cornflower Blue

📋 copy color: '#ACCFF6'

red 172 ◦ green 207 ◦ blue 246

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

Shades of Pale Cornflower Blue #ACCFF6

Tints of Pale Cornflower Blue #ACCFF6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.12%

 BLUE value IS 246 (96.48% from 255) = 39.36%

R = 27.52%
G = 33.12%
B = 39.36%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ACCFF6 (or 0xACCFF6) is known color: Pale Cornflower Blue. HEX triplet: AC, CF and F6. RGB value is (172,207,246). Sum of RGB (Red+Green+Blue) = 172+207+246=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 246 (96.48% from 255 or 39.36% from 625); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACCFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFF6 is #533009. Grayscale: #C8C8C8. Windows color (decimal): -5451786 or 16175020. OLE color: 16175020.

HSL color Cylindrical-coordinate representation of color #ACCFF6: hue angle of 211.62º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACCFF6 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 207 246 -
CMYK 0.30 0.16 0 0.04
HSL 211.62º 0.8% 0.82% -
HSV(B) 211.62º 0.3% 0.96% -
XYZ 55.96 60.05 95.83 -
YUV 200.98 153.4 107.33 -
System Red Green Blue C M Y K H S L
Decimal 172 207 246 0.30 0.16 0 0.04 211.62 0.8 0.82
Hex AC CF F6 1E 10 0 4 D4 50 52
Octal 254 317 366 36 20 0 4 324 120 122
Binary 10101100 11001111 11110110 11110 10000 0 100 11010100 1010000 1010010

Color Harmonies of #ACCFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCFF6

Black with #ACCFF6

Text Example


Text Example

White with #ACCFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCFF6; }

 p { color: rgb(172,207,246); }

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

background-color css

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

 a { background-color: rgb(172,207,246); }

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

border-color css

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

 span { border-color: rgb(172,207,246); }

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