Html Css Color HEX #AFB7E6 Perano

📋 copy color: '#AFB7E6'

red 175 ◦ green 183 ◦ blue 230

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

Shades of Perano #AFB7E6

Tints of Perano #AFB7E6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.12%

 BLUE value IS 230 (90.23% from 255) = 39.12%

R = 29.76%
G = 31.12%
B = 39.12%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFB7E6 (or 0xAFB7E6) is known color: Perano. HEX triplet: AF, B7 and E6. RGB value is (175,183,230). Sum of RGB (Red+Green+Blue) = 175+183+230=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFB7E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB7E6 is #504819. Grayscale: #B9B9B9. Windows color (decimal): -5261338 or 15120303. OLE color: 15120303.

HSL color Cylindrical-coordinate representation of color #AFB7E6: hue angle of 231.27º degrees, saturation: 0.52, 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 #AFB7E6 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 183 230 -
CMYK 0.24 0.20 0 0.10
HSL 231.27º 0.52% 0.79% -
HSV(B) 231.27º 0.24% 0.9% -
XYZ 48.9 48.69 81.68 -
YUV 185.97 152.85 120.18 -
System Red Green Blue C M Y K H S L
Decimal 175 183 230 0.24 0.20 0 0.10 231.27 0.52 0.79
Hex AF B7 E6 18 14 0 A E7 34 4F
Octal 257 267 346 30 24 0 12 347 64 117
Binary 10101111 10110111 11100110 11000 10100 0 1010 11100111 110100 1001111

Color Harmonies of #AFB7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB7E6

Black with #AFB7E6

Text Example


Text Example

White with #AFB7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB7E6; }

 p { color: rgb(175,183,230); }

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

background-color css

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

 a { background-color: rgb(175,183,230); }

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

border-color css

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

 span { border-color: rgb(175,183,230); }

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