Html Css Color HEX #AFACEC Perano

📋 copy color: '#AFACEC'

red 175 ◦ green 172 ◦ blue 236

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

Shades of Perano #AFACEC

Tints of Perano #AFACEC

RGB

 RED value IS 175 (68.75% from 255) = 30.02%

 GREEN value IS 172 (67.58% from 255) = 29.5%

 BLUE value IS 236 (92.58% from 255) = 40.48%

R = 30.02%
G = 29.5%
B = 40.48%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFACEC (or 0xAFACEC) is known color: Perano. HEX triplet: AF, AC and EC. RGB value is (175,172,236). Sum of RGB (Red+Green+Blue) = 175+172+236=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACEC is #505313. Grayscale: #B3B3B3. Windows color (decimal): -5264148 or 15510703. OLE color: 15510703.

HSL color Cylindrical-coordinate representation of color #AFACEC: hue angle of 242.81º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFACEC is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 172 236 -
CMYK 0.26 0.27 0 0.07
HSL 242.81º 0.63% 0.8% -
HSV(B) 242.81º 0.27% 0.93% -
XYZ 47.57 44.68 85.47 -
YUV 180.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 175 172 236 0.26 0.27 0 0.07 242.81 0.63 0.8
Hex AF AC EC 1A 1B 0 7 F3 3F 50
Octal 257 254 354 32 33 0 7 363 77 120
Binary 10101111 10101100 11101100 11010 11011 0 111 11110011 111111 1010000

Color Harmonies of #AFACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACEC

Black with #AFACEC

Text Example


Text Example

White with #AFACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACEC; }

 p { color: rgb(175,172,236); }

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

background-color css

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

 a { background-color: rgb(175,172,236); }

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

border-color css

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

 span { border-color: rgb(175,172,236); }

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