Html Css Color HEX #AFB3EF Perano

📋 copy color: '#AFB3EF'

red 175 ◦ green 179 ◦ blue 239

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

Shades of Perano #AFB3EF

Tints of Perano #AFB3EF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.19%

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

R = 29.51%
G = 30.19%
B = 40.3%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFB3EF (or 0xAFB3EF) is known color: Perano. HEX triplet: AF, B3 and EF. RGB value is (175,179,239). Sum of RGB (Red+Green+Blue) = 175+179+239=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFB3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB3EF is #504C10. Grayscale: #B8B8B8. Windows color (decimal): -5262353 or 15709103. OLE color: 15709103.

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

Color convert

RGB 175 179 239 -
CMYK 0.27 0.25 0 0.06
HSL 236.25º 0.67% 0.81% -
HSV(B) 236.25º 0.27% 0.94% -
XYZ 49.38 47.59 88.24 -
YUV 184.64 158.67 121.12 -
System Red Green Blue C M Y K H S L
Decimal 175 179 239 0.27 0.25 0 0.06 236.25 0.67 0.81
Hex AF B3 EF 1B 19 0 6 EC 43 51
Octal 257 263 357 33 31 0 6 354 103 121
Binary 10101111 10110011 11101111 11011 11001 0 110 11101100 1000011 1010001

Color Harmonies of #AFB3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB3EF

Black with #AFB3EF

Text Example


Text Example

White with #AFB3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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