Html Css Color HEX #ACC1F7 Perano

📋 copy color: '#ACC1F7'

red 172 ◦ green 193 ◦ blue 247

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

Shades of Perano #ACC1F7

Tints of Perano #ACC1F7

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.54%

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

R = 28.1%
G = 31.54%
B = 40.36%

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

#ACC1F7 (or 0xACC1F7) is known color: Perano. HEX triplet: AC, C1 and F7. RGB value is (172,193,247). Sum of RGB (Red+Green+Blue) = 172+193+247=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 247 (96.88% from 255 or 40.36% from 612); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACC1F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC1F7 is #533E08. Grayscale: #C0C0C0. Windows color (decimal): -5455369 or 16236972. OLE color: 16236972.

HSL color Cylindrical-coordinate representation of color #ACC1F7: hue angle of 223.2º 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 #ACC1F7 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 193 247 -
CMYK 0.30 0.22 0 0.03
HSL 223.2º 0.82% 0.82% -
HSV(B) 223.2º 0.3% 0.97% -
XYZ 52.87 53.63 95.56 -
YUV 192.88 158.54 113.11 -
System Red Green Blue C M Y K H S L
Decimal 172 193 247 0.30 0.22 0 0.03 223.2 0.82 0.82
Hex AC C1 F7 1E 16 0 3 DF 52 52
Octal 254 301 367 36 26 0 3 337 122 122
Binary 10101100 11000001 11110111 11110 10110 0 11 11011111 1010010 1010010

Color Harmonies of #ACC1F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1F7

Black with #ACC1F7

Text Example


Text Example

White with #ACC1F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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