Html Css Color HEX #ACC0FD Perano

📋 copy color: '#ACC0FD'

red 172 ◦ green 192 ◦ blue 253

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

Shades of Perano #ACC0FD

Tints of Perano #ACC0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41%

R = 27.88%
G = 31.12%
B = 41%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACC0FD (or 0xACC0FD) is known color: Perano. HEX triplet: AC, C0 and FD. RGB value is (172,192,253). Sum of RGB (Red+Green+Blue) = 172+192+253=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACC0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC0FD is #533F02. Grayscale: #C0C0C0. Windows color (decimal): -5455619 or 16629932. OLE color: 16629932.

HSL color Cylindrical-coordinate representation of color #ACC0FD: hue angle of 225.19º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACC0FD is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 192 253 -
CMYK 0.32 0.24 0 0.01
HSL 225.19º 0.95% 0.83% -
HSV(B) 225.19º 0.32% 0.99% -
XYZ 53.59 53.56 100.44 -
YUV 192.97 161.87 113.04 -
System Red Green Blue C M Y K H S L
Decimal 172 192 253 0.32 0.24 0 0.01 225.19 0.95 0.83
Hex AC C0 FD 20 18 0 1 E1 5F 53
Octal 254 300 375 40 30 0 1 341 137 123
Binary 10101100 11000000 11111101 100000 11000 0 1 11100001 1011111 1010011

Color Harmonies of #ACC0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0FD

Black with #ACC0FD

Text Example


Text Example

White with #ACC0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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