Html Css Color HEX #AFADEE Perano

📋 copy color: '#AFADEE'

red 175 ◦ green 173 ◦ blue 238

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

Shades of Perano #AFADEE

Tints of Perano #AFADEE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.52%

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

R = 29.86%
G = 29.52%
B = 40.61%

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

#AFADEE (or 0xAFADEE) is known color: Perano. HEX triplet: AF, AD and EE. RGB value is (175,173,238). Sum of RGB (Red+Green+Blue) = 175+173+238=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADEE is #505211. Grayscale: #B4B4B4. Windows color (decimal): -5263890 or 15642031. OLE color: 15642031.

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

Color convert

RGB 175 173 238 -
CMYK 0.26 0.27 0 0.07
HSL 241.85º 0.66% 0.81% -
HSV(B) 241.85º 0.27% 0.93% -
XYZ 48.06 45.17 87.08 -
YUV 181.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 175 173 238 0.26 0.27 0 0.07 241.85 0.66 0.81
Hex AF AD EE 1A 1B 0 7 F2 42 51
Octal 257 255 356 32 33 0 7 362 102 121
Binary 10101111 10101101 11101110 11010 11011 0 111 11110010 1000010 1010001

Color Harmonies of #AFADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADEE

Black with #AFADEE

Text Example


Text Example

White with #AFADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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