Html Css Color HEX #AFB6E6 Perano

📋 copy color: '#AFB6E6'

red 175 ◦ green 182 ◦ blue 230

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

Shades of Perano #AFB6E6

Tints of Perano #AFB6E6

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.01%

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

R = 29.81%
G = 31.01%
B = 39.18%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFB6E6 (or 0xAFB6E6) is known color: Perano. HEX triplet: AF, B6 and E6. RGB value is (175,182,230). Sum of RGB (Red+Green+Blue) = 175+182+230=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 182 (71.48% from 255 or 31.01% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFB6E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB6E6 is #504919. Grayscale: #B9B9B9. Windows color (decimal): -5261594 or 15120047. OLE color: 15120047.

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

Color convert

RGB 175 182 230 -
CMYK 0.24 0.21 0 0.10
HSL 232.36º 0.52% 0.79% -
HSV(B) 232.36º 0.24% 0.9% -
XYZ 48.69 48.28 81.62 -
YUV 185.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 175 182 230 0.24 0.21 0 0.10 232.36 0.52 0.79
Hex AF B6 E6 18 15 0 A E8 34 4F
Octal 257 266 346 30 25 0 12 350 64 117
Binary 10101111 10110110 11100110 11000 10101 0 1010 11101000 110100 1001111

Color Harmonies of #AFB6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB6E6

Black with #AFB6E6

Text Example


Text Example

White with #AFB6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB6E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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