Html Css Color HEX #AFABEE Perano

📋 copy color: '#AFABEE'

red 175 ◦ green 171 ◦ blue 238

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

Shades of Perano #AFABEE

Tints of Perano #AFABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.75%

R = 29.97%
G = 29.28%
B = 40.75%

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

#AFABEE (or 0xAFABEE) is known color: Perano. HEX triplet: AF, AB and EE. RGB value is (175,171,238). Sum of RGB (Red+Green+Blue) = 175+171+238=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFABEE is #505411. Grayscale: #B3B3B3. Windows color (decimal): -5264402 or 15641519. OLE color: 15641519.

HSL color Cylindrical-coordinate representation of color #AFABEE: hue angle of 243.58º degrees, saturation: 0.66, 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 #AFABEE is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 171 238 -
CMYK 0.26 0.28 0 0.07
HSL 243.58º 0.66% 0.8% -
HSV(B) 243.58º 0.28% 0.93% -
XYZ 47.67 44.41 86.95 -
YUV 179.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 175 171 238 0.26 0.28 0 0.07 243.58 0.66 0.8
Hex AF AB EE 1A 1C 0 7 F4 42 50
Octal 257 253 356 32 34 0 7 364 102 120
Binary 10101111 10101011 11101110 11010 11100 0 111 11110100 1000010 1010000

Color Harmonies of #AFABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABEE

Black with #AFABEE

Text Example


Text Example

White with #AFABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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