#AFB4FC

Color #AFB4FC Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #AFB4FC

Tints of Perano #AFB4FC

Color information

#AFB4FC (or 0xAFB4FC) is unknown color: approx Perano. HEX triplet: AF, B4 and FC. RGB value is (175,180,252). Sum of RGB (Red+Green+Blue) = 175+180+252=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFB4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB4FC is #504B03. Grayscale: #BABABA. Windows color (decimal): -5262084 or 16561327. OLE color: 16561327.

HSL color Cylindrical-coordinate representation of color #AFB4FC: hue angle of 236.1º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFB4FC is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175180252-
CMYK0.310.2900.01
HSL236.1º92.77%83.73%-
HSV(B)236.1º30.56%98.82%-
XYZ51.5748.7898.79-
YUV186.71164.84119.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.83%
GREEN value IS 180 (70.70% from 255) = 29.65%
BLUE value IS 252 (98.83% from 255) = 41.52%
R=28.83%
G=29.65%
B=41.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751802520.310.2900.01236.192.7783.73
HexAFB4FC1F1D01ec5d54
Octal257264374373501354135124
Binary1010111110110100111111001111111101011110110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB4FC; }

 p { color: rgb(175,180,252); }

 H1.HeaderClassName
 {
   color: #AFB4FC;
 }
 .AnyTagClassName
 {
   color: #AFB4FC;
 }
</style>
background-color css

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

 a { background-color: rgb(175,180,252); }

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

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

 span { border-color: rgb(175,180,252); }

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