Html Css Color HEX #ACC1FD Perano

📋 copy color: '#ACC1FD'

red 172 ◦ green 193 ◦ blue 253

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

Shades of Perano #ACC1FD

Tints of Perano #ACC1FD

RGB

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

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

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

R = 27.83%
G = 31.23%
B = 40.94%

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

#ACC1FD (or 0xACC1FD) is known color: Perano. HEX triplet: AC, C1 and FD. RGB value is (172,193,253). Sum of RGB (Red+Green+Blue) = 172+193+253=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACC1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC1FD is #533E02. Grayscale: #C1C1C1. Windows color (decimal): -5455363 or 16630188. OLE color: 16630188.

HSL color Cylindrical-coordinate representation of color #ACC1FD: hue angle of 224.44º 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 #ACC1FD is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 193 253 -
CMYK 0.32 0.24 0 0.01
HSL 224.44º 0.95% 0.83% -
HSV(B) 224.44º 0.32% 0.99% -
XYZ 53.81 54 100.52 -
YUV 193.56 161.54 112.62 -
System Red Green Blue C M Y K H S L
Decimal 172 193 253 0.32 0.24 0 0.01 224.44 0.95 0.83
Hex AC C1 FD 20 18 0 1 E0 5F 53
Octal 254 301 375 40 30 0 1 340 137 123
Binary 10101100 11000001 11111101 100000 11000 0 1 11100000 1011111 1010011

Color Harmonies of #ACC1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1FD

Black with #ACC1FD

Text Example


Text Example

White with #ACC1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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