#ADC1FB

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

Shades of Perano #ADC1FB

Tints of Perano #ADC1FB

Color information

#ADC1FB (or 0xADC1FB) is unknown color: approx Perano. HEX triplet: AD, C1 and FB. RGB value is (173,193,251). Sum of RGB (Red+Green+Blue) = 173+193+251=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADC1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC1FB is #523E04. Grayscale: #C1C1C1. Windows color (decimal): -5389829 or 16499117. OLE color: 16499117.

HSL color Cylindrical-coordinate representation of color #ADC1FB: hue angle of 224.62º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC1FB is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173193251-
CMYK0.310.2300.02
HSL224.62º90.7%83.14%-
HSV(B)224.62º31.08%98.43%-
XYZ53.7253.9998.86-
YUV193.63160.37113.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.04%
GREEN value IS 193 (75.78% from 255) = 31.28%
BLUE value IS 251 (98.44% from 255) = 40.68%
R=28.04%
G=31.28%
B=40.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731932510.310.2300.02224.6290.783.14
HexADC1FB1F1702e15b53
Octal255301373372702341133123
Binary10101101110000011111101111111101110101110000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC1FB; }

 p { color: rgb(173,193,251); }

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

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

 a { background-color: rgb(173,193,251); }

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

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

 span { border-color: rgb(173,193,251); }

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