#AFC1EB

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

Shades of Perano #AFC1EB

Tints of Perano #AFC1EB

Color information

#AFC1EB (or 0xAFC1EB) is unknown color: approx Perano. HEX triplet: AF, C1 and EB. RGB value is (175,193,235). Sum of RGB (Red+Green+Blue) = 175+193+235=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFC1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC1EB is #503E14. Grayscale: #C0C0C0. Windows color (decimal): -5258773 or 15450543. OLE color: 15450543.

HSL color Cylindrical-coordinate representation of color #AFC1EB: hue angle of 222º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFC1EB is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175193235-
CMYK0.260.1800.08
HSL222º60%80.39%-
HSV(B)222º25.53%92.16%-
XYZ51.7453.2586.15-
YUV192.41152.04115.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.02%
GREEN value IS 193 (75.78% from 255) = 32.01%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=29.02%
G=32.01%
B=38.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751932350.260.1800.082226080.39
HexAFC1EB1A1208de3c50
Octal257301353322201033674120
Binary101011111100000111101011110101001001000110111101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC1EB; }

 p { color: rgb(175,193,235); }

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

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

 a { background-color: rgb(175,193,235); }

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

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

 span { border-color: rgb(175,193,235); }

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