Html Css Color HEX #AFB8EC Perano

📋 copy color: '#AFB8EC'

red 175 ◦ green 184 ◦ blue 236

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

Shades of Perano #AFB8EC

Tints of Perano #AFB8EC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.92%

 BLUE value IS 236 (92.58% from 255) = 39.66%

R = 29.41%
G = 30.92%
B = 39.66%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFB8EC (or 0xAFB8EC) is known color: Perano. HEX triplet: AF, B8 and EC. RGB value is (175,184,236). Sum of RGB (Red+Green+Blue) = 175+184+236=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFB8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB8EC is #504713. Grayscale: #BBBBBB. Windows color (decimal): -5261076 or 15513775. OLE color: 15513775.

HSL color Cylindrical-coordinate representation of color #AFB8EC: hue angle of 231.15º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFB8EC is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 184 236 -
CMYK 0.26 0.22 0 0.07
HSL 231.15º 0.62% 0.81% -
HSV(B) 231.15º 0.26% 0.93% -
XYZ 49.96 49.45 86.27 -
YUV 187.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 175 184 236 0.26 0.22 0 0.07 231.15 0.62 0.81
Hex AF B8 EC 1A 16 0 7 E7 3E 51
Octal 257 270 354 32 26 0 7 347 76 121
Binary 10101111 10111000 11101100 11010 10110 0 111 11100111 111110 1010001

Color Harmonies of #AFB8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8EC

Black with #AFB8EC

Text Example


Text Example

White with #AFB8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8EC; }

 p { color: rgb(175,184,236); }

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

background-color css

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

 a { background-color: rgb(175,184,236); }

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

border-color css

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

 span { border-color: rgb(175,184,236); }

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