Html Css Color HEX #AFAEEF Perano

📋 copy color: '#AFAEEF'

red 175 ◦ green 174 ◦ blue 239

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

Shades of Perano #AFAEEF

Tints of Perano #AFAEEF

RGB

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

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

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

R = 29.76%
G = 29.59%
B = 40.65%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFAEEF (or 0xAFAEEF) is known color: Perano. HEX triplet: AF, AE and EF. RGB value is (175,174,239). Sum of RGB (Red+Green+Blue) = 175+174+239=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFAEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAEEF is #505110. Grayscale: #B5B5B5. Windows color (decimal): -5263633 or 15707823. OLE color: 15707823.

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

Color convert

RGB 175 174 239 -
CMYK 0.27 0.27 0 0.06
HSL 240.92º 0.67% 0.81% -
HSV(B) 240.92º 0.27% 0.94% -
XYZ 48.4 45.62 87.92 -
YUV 181.71 160.33 123.21 -
System Red Green Blue C M Y K H S L
Decimal 175 174 239 0.27 0.27 0 0.06 240.92 0.67 0.81
Hex AF AE EF 1B 1B 0 6 F1 43 51
Octal 257 256 357 33 33 0 6 361 103 121
Binary 10101111 10101110 11101111 11011 11011 0 110 11110001 1000011 1010001

Color Harmonies of #AFAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEEF

Black with #AFAEEF

Text Example


Text Example

White with #AFAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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