Html Css Color HEX #AFABEF Perano

📋 copy color: '#AFABEF'

red 175 ◦ green 171 ◦ blue 239

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

Shades of Perano #AFABEF

Tints of Perano #AFABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.85%

R = 29.91%
G = 29.23%
B = 40.85%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFABEF (or 0xAFABEF) is known color: Perano. HEX triplet: AF, AB and EF. RGB value is (175,171,239). Sum of RGB (Red+Green+Blue) = 175+171+239=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFABEF is #505410. Grayscale: #B3B3B3. Windows color (decimal): -5264401 or 15707055. OLE color: 15707055.

HSL color Cylindrical-coordinate representation of color #AFABEF: hue angle of 243.53º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFABEF is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 171 239 -
CMYK 0.27 0.28 0 0.06
HSL 243.53º 0.68% 0.8% -
HSV(B) 243.53º 0.28% 0.94% -
XYZ 47.82 44.47 87.72 -
YUV 179.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 175 171 239 0.27 0.28 0 0.06 243.53 0.68 0.8
Hex AF AB EF 1B 1C 0 6 F4 44 50
Octal 257 253 357 33 34 0 6 364 104 120
Binary 10101111 10101011 11101111 11011 11100 0 110 11110100 1000100 1010000

Color Harmonies of #AFABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABEF

Black with #AFABEF

Text Example


Text Example

White with #AFABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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