Html Css Color HEX #AFAEEE Perano

📋 copy color: '#AFAEEE'

red 175 ◦ green 174 ◦ blue 238

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

Shades of Perano #AFAEEE

Tints of Perano #AFAEEE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.64%

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

R = 29.81%
G = 29.64%
B = 40.55%

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

#AFAEEE (or 0xAFAEEE) is known color: Perano. HEX triplet: AF, AE and EE. RGB value is (175,174,238). Sum of RGB (Red+Green+Blue) = 175+174+238=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFAEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAEEE is #505111. Grayscale: #B5B5B5. Windows color (decimal): -5263634 or 15642287. OLE color: 15642287.

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

Color convert

RGB 175 174 238 -
CMYK 0.26 0.27 0 0.07
HSL 240.94º 0.65% 0.81% -
HSV(B) 240.94º 0.27% 0.93% -
XYZ 48.25 45.56 87.14 -
YUV 181.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 175 174 238 0.26 0.27 0 0.07 240.94 0.65 0.81
Hex AF AE EE 1A 1B 0 7 F1 41 51
Octal 257 256 356 32 33 0 7 361 101 121
Binary 10101111 10101110 11101110 11010 11011 0 111 11110001 1000001 1010001

Color Harmonies of #AFAEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEEE

Black with #AFAEEE

Text Example


Text Example

White with #AFAEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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