Html Css Color HEX #ACC1F9 Perano

📋 copy color: '#ACC1F9'

red 172 ◦ green 193 ◦ blue 249

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

Shades of Perano #ACC1F9

Tints of Perano #ACC1F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.55%

R = 28.01%
G = 31.43%
B = 40.55%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACC1F9 (or 0xACC1F9) is known color: Perano. HEX triplet: AC, C1 and F9. RGB value is (172,193,249). Sum of RGB (Red+Green+Blue) = 172+193+249=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACC1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC1F9 is #533E06. Grayscale: #C0C0C0. Windows color (decimal): -5455367 or 16368044. OLE color: 16368044.

HSL color Cylindrical-coordinate representation of color #ACC1F9: hue angle of 223.64º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC1F9 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 193 249 -
CMYK 0.31 0.22 0 0.02
HSL 223.64º 0.87% 0.83% -
HSV(B) 223.64º 0.31% 0.98% -
XYZ 53.18 53.75 97.19 -
YUV 193.11 159.54 112.95 -
System Red Green Blue C M Y K H S L
Decimal 172 193 249 0.31 0.22 0 0.02 223.64 0.87 0.83
Hex AC C1 F9 1F 16 0 2 E0 57 53
Octal 254 301 371 37 26 0 2 340 127 123
Binary 10101100 11000001 11111001 11111 10110 0 10 11100000 1010111 1010011

Color Harmonies of #ACC1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1F9

Black with #ACC1F9

Text Example


Text Example

White with #ACC1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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