Html Css Color HEX #ACC2F8 Perano

📋 copy color: '#ACC2F8'

red 172 ◦ green 194 ◦ blue 248

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

Shades of Perano #ACC2F8

Tints of Perano #ACC2F8

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.6%

 BLUE value IS 248 (97.27% from 255) = 40.39%

R = 28.01%
G = 31.6%
B = 40.39%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ACC2F8 (or 0xACC2F8) is known color: Perano. HEX triplet: AC, C2 and F8. RGB value is (172,194,248). Sum of RGB (Red+Green+Blue) = 172+194+248=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACC2F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC2F8 is #533D07. Grayscale: #C1C1C1. Windows color (decimal): -5455112 or 16302764. OLE color: 16302764.

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

Color convert

RGB 172 194 248 -
CMYK 0.31 0.22 0 0.03
HSL 222.63º 0.84% 0.82% -
HSV(B) 222.63º 0.31% 0.97% -
XYZ 53.25 54.13 96.45 -
YUV 193.58 158.71 112.61 -
System Red Green Blue C M Y K H S L
Decimal 172 194 248 0.31 0.22 0 0.03 222.63 0.84 0.82
Hex AC C2 F8 1F 16 0 3 DF 54 52
Octal 254 302 370 37 26 0 3 337 124 122
Binary 10101100 11000010 11111000 11111 10110 0 11 11011111 1010100 1010010

Color Harmonies of #ACC2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2F8

Black with #ACC2F8

Text Example


Text Example

White with #ACC2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2F8; }

 p { color: rgb(172,194,248); }

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

background-color css

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

 a { background-color: rgb(172,194,248); }

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

border-color css

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

 span { border-color: rgb(172,194,248); }

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