Html Css Color HEX #ACC0F7 Perano

📋 copy color: '#ACC0F7'

red 172 ◦ green 192 ◦ blue 247

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

Shades of Perano #ACC0F7

Tints of Perano #ACC0F7

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.42%

 BLUE value IS 247 (96.88% from 255) = 40.43%

R = 28.15%
G = 31.42%
B = 40.43%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ACC0F7 (or 0xACC0F7) is known color: Perano. HEX triplet: AC, C0 and F7. RGB value is (172,192,247). Sum of RGB (Red+Green+Blue) = 172+192+247=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 247 (96.88% from 255 or 40.43% from 611); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACC0F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC0F7 is #533F08. Grayscale: #C0C0C0. Windows color (decimal): -5455625 or 16236716. OLE color: 16236716.

HSL color Cylindrical-coordinate representation of color #ACC0F7: hue angle of 224º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACC0F7 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 192 247 -
CMYK 0.30 0.22 0 0.03
HSL 224º 0.82% 0.82% -
HSV(B) 224º 0.3% 0.97% -
XYZ 52.65 53.19 95.49 -
YUV 192.29 158.87 113.53 -
System Red Green Blue C M Y K H S L
Decimal 172 192 247 0.30 0.22 0 0.03 224 0.82 0.82
Hex AC C0 F7 1E 16 0 3 E0 52 52
Octal 254 300 367 36 26 0 3 340 122 122
Binary 10101100 11000000 11110111 11110 10110 0 11 11100000 1010010 1010010

Color Harmonies of #ACC0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0F7

Black with #ACC0F7

Text Example


Text Example

White with #ACC0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0F7; }

 p { color: rgb(172,192,247); }

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

background-color css

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

 a { background-color: rgb(172,192,247); }

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

border-color css

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

 span { border-color: rgb(172,192,247); }

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