Html Css Color HEX #AFB3E5 Perano

📋 copy color: '#AFB3E5'

red 175 ◦ green 179 ◦ blue 229

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

Shades of Perano #AFB3E5

Tints of Perano #AFB3E5

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.7%

 BLUE value IS 229 (89.84% from 255) = 39.28%

R = 30.02%
G = 30.7%
B = 39.28%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFB3E5 (or 0xAFB3E5) is known color: Perano. HEX triplet: AF, B3 and E5. RGB value is (175,179,229). Sum of RGB (Red+Green+Blue) = 175+179+229=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFB3E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3E5 is #504C1A. Grayscale: #B7B7B7. Windows color (decimal): -5262363 or 15053743. OLE color: 15053743.

HSL color Cylindrical-coordinate representation of color #AFB3E5: hue angle of 235.56º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFB3E5 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 179 229 -
CMYK 0.24 0.22 0 0.10
HSL 235.56º 0.51% 0.79% -
HSV(B) 235.56º 0.24% 0.9% -
XYZ 47.94 47.01 80.68 -
YUV 183.5 153.67 121.93 -
System Red Green Blue C M Y K H S L
Decimal 175 179 229 0.24 0.22 0 0.10 235.56 0.51 0.79
Hex AF B3 E5 18 16 0 A EC 33 4F
Octal 257 263 345 30 26 0 12 354 63 117
Binary 10101111 10110011 11100101 11000 10110 0 1010 11101100 110011 1001111

Color Harmonies of #AFB3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB3E5

Black with #AFB3E5

Text Example


Text Example

White with #AFB3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB3E5; }

 p { color: rgb(175,179,229); }

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

background-color css

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

 a { background-color: rgb(175,179,229); }

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

border-color css

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

 span { border-color: rgb(175,179,229); }

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