#ADC1FC

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

Shades of Perano #ADC1FC

Tints of Perano #ADC1FC

Color information

#ADC1FC (or 0xADC1FC) is unknown color: approx Perano. HEX triplet: AD, C1 and FC. RGB value is (173,193,252). Sum of RGB (Red+Green+Blue) = 173+193+252=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADC1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC1FC is #523E03. Grayscale: #C1C1C1. Windows color (decimal): -5389828 or 16564653. OLE color: 16564653.

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

Color convert

RGB173193252-
CMYK0.310.2300.01
HSL224.81º92.94%83.33%-
HSV(B)224.81º31.35%98.82%-
XYZ53.8754.0599.69-
YUV193.75160.87113.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.99%
GREEN value IS 193 (75.78% from 255) = 31.23%
BLUE value IS 252 (98.83% from 255) = 40.78%
R=27.99%
G=31.23%
B=40.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731932520.310.2300.01224.8192.9483.33
HexADC1FC1F1701e15d53
Octal255301374372701341135123
Binary1010110111000001111111001111110111011110000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC1FC; }

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

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

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

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

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

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

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

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