Html Css Color HEX #AFB3D8 Perano

📋 copy color: '#AFB3D8'

red 175 ◦ green 179 ◦ blue 216

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

Shades of Perano #AFB3D8

Tints of Perano #AFB3D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.89%

R = 30.7%
G = 31.4%
B = 37.89%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFB3D8 (or 0xAFB3D8) is known color: Perano. HEX triplet: AF, B3 and D8. RGB value is (175,179,216). Sum of RGB (Red+Green+Blue) = 175+179+216=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFB3D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3D8 is #504C27. Grayscale: #B5B5B5. Windows color (decimal): -5262376 or 14201775. OLE color: 14201775.

HSL color Cylindrical-coordinate representation of color #AFB3D8: hue angle of 234.15º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFB3D8 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 179 216 -
CMYK 0.19 0.17 0 0.15
HSL 234.15º 0.34% 0.77% -
HSV(B) 234.15º 0.19% 0.85% -
XYZ 46.19 46.31 71.47 -
YUV 182.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 175 179 216 0.19 0.17 0 0.15 234.15 0.34 0.77
Hex AF B3 D8 13 11 0 F EA 22 4D
Octal 257 263 330 23 21 0 17 352 42 115
Binary 10101111 10110011 11011000 10011 10001 0 1111 11101010 100010 1001101

Color Harmonies of #AFB3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB3D8

Black with #AFB3D8

Text Example


Text Example

White with #AFB3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB3D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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