Html Css Color HEX #AFB2EF Perano

📋 copy color: '#AFB2EF'

red 175 ◦ green 178 ◦ blue 239

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

Shades of Perano #AFB2EF

Tints of Perano #AFB2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.07%

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

R = 29.56%
G = 30.07%
B = 40.37%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFB2EF (or 0xAFB2EF) is known color: Perano. HEX triplet: AF, B2 and EF. RGB value is (175,178,239). Sum of RGB (Red+Green+Blue) = 175+178+239=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFB2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB2EF is #504D10. Grayscale: #B7B7B7. Windows color (decimal): -5262609 or 15708847. OLE color: 15708847.

HSL color Cylindrical-coordinate representation of color #AFB2EF: hue angle of 237.19º 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 #AFB2EF is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 178 239 -
CMYK 0.27 0.26 0 0.06
HSL 237.19º 0.67% 0.81% -
HSV(B) 237.19º 0.27% 0.94% -
XYZ 49.18 47.19 88.18 -
YUV 184.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 175 178 239 0.27 0.26 0 0.06 237.19 0.67 0.81
Hex AF B2 EF 1B 1A 0 6 ED 43 51
Octal 257 262 357 33 32 0 6 355 103 121
Binary 10101111 10110010 11101111 11011 11010 0 110 11101101 1000011 1010001

Color Harmonies of #AFB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB2EF

Black with #AFB2EF

Text Example


Text Example

White with #AFB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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