Html Css Color HEX #ACC1F3 Perano

📋 copy color: '#ACC1F3'

red 172 ◦ green 193 ◦ blue 243

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

Shades of Perano #ACC1F3

Tints of Perano #ACC1F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.97%

R = 28.29%
G = 31.74%
B = 39.97%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACC1F3 (or 0xACC1F3) is known color: Perano. HEX triplet: AC, C1 and F3. RGB value is (172,193,243). Sum of RGB (Red+Green+Blue) = 172+193+243=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACC1F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC1F3 is #533E0C. Grayscale: #C0C0C0. Windows color (decimal): -5455373 or 15974828. OLE color: 15974828.

HSL color Cylindrical-coordinate representation of color #ACC1F3: hue angle of 222.25º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACC1F3 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 193 243 -
CMYK 0.29 0.21 0 0.05
HSL 222.25º 0.75% 0.81% -
HSV(B) 222.25º 0.29% 0.95% -
XYZ 52.26 53.38 92.34 -
YUV 192.42 156.54 113.43 -
System Red Green Blue C M Y K H S L
Decimal 172 193 243 0.29 0.21 0 0.05 222.25 0.75 0.81
Hex AC C1 F3 1D 15 0 5 DE 4B 51
Octal 254 301 363 35 25 0 5 336 113 121
Binary 10101100 11000001 11110011 11101 10101 0 101 11011110 1001011 1010001

Color Harmonies of #ACC1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1F3

Black with #ACC1F3

Text Example


Text Example

White with #ACC1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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