Html Css Color HEX #AFABEC Perano

📋 copy color: '#AFABEC'

red 175 ◦ green 171 ◦ blue 236

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

Shades of Perano #AFABEC

Tints of Perano #AFABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.38%

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

R = 30.07%
G = 29.38%
B = 40.55%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFABEC (or 0xAFABEC) is known color: Perano. HEX triplet: AF, AB and EC. RGB value is (175,171,236). Sum of RGB (Red+Green+Blue) = 175+171+236=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFABEC is #505413. Grayscale: #B3B3B3. Windows color (decimal): -5264404 or 15510447. OLE color: 15510447.

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

Color convert

RGB 175 171 236 -
CMYK 0.26 0.28 0 0.07
HSL 243.69º 0.63% 0.8% -
HSV(B) 243.69º 0.28% 0.93% -
XYZ 47.38 44.3 85.41 -
YUV 179.61 159.83 124.71 -
System Red Green Blue C M Y K H S L
Decimal 175 171 236 0.26 0.28 0 0.07 243.69 0.63 0.8
Hex AF AB EC 1A 1C 0 7 F4 3F 50
Octal 257 253 354 32 34 0 7 364 77 120
Binary 10101111 10101011 11101100 11010 11100 0 111 11110100 111111 1010000

Color Harmonies of #AFABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABEC

Black with #AFABEC

Text Example


Text Example

White with #AFABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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