Html Css Color HEX #AFB6EF Perano

📋 copy color: '#AFB6EF'

red 175 ◦ green 182 ◦ blue 239

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

Shades of Perano #AFB6EF

Tints of Perano #AFB6EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.1%

R = 29.36%
G = 30.54%
B = 40.1%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFB6EF (or 0xAFB6EF) is known color: Perano. HEX triplet: AF, B6 and EF. RGB value is (175,182,239). Sum of RGB (Red+Green+Blue) = 175+182+239=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFB6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB6EF is #504910. Grayscale: #BABABA. Windows color (decimal): -5261585 or 15709871. OLE color: 15709871.

HSL color Cylindrical-coordinate representation of color #AFB6EF: hue angle of 233.44º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFB6EF is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 182 239 -
CMYK 0.27 0.24 0 0.06
HSL 233.44º 0.67% 0.81% -
HSV(B) 233.44º 0.27% 0.94% -
XYZ 49.99 48.8 88.45 -
YUV 186.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 175 182 239 0.27 0.24 0 0.06 233.44 0.67 0.81
Hex AF B6 EF 1B 18 0 6 E9 43 51
Octal 257 266 357 33 30 0 6 351 103 121
Binary 10101111 10110110 11101111 11011 11000 0 110 11101001 1000011 1010001

Color Harmonies of #AFB6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB6EF

Black with #AFB6EF

Text Example


Text Example

White with #AFB6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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