#ADC3FF

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

Shades of Perano #ADC3FF

Tints of Perano #ADC3FF

Color information

#ADC3FF (or 0xADC3FF) is unknown color: approx Perano. HEX triplet: AD, C3 and FF. RGB value is (173,195,255). Sum of RGB (Red+Green+Blue) = 173+195+255=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADC3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC3FF is #523C00. Grayscale: #C3C3C3. Windows color (decimal): -5389313 or 16761773. OLE color: 16761773.

HSL color Cylindrical-coordinate representation of color #ADC3FF: hue angle of 223.9º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC3FF is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB173195255-
CMYK0.320.2400
HSL223.9º100%83.92%-
HSV(B)223.9º32.16%100%-
XYZ54.855.13102.36-
YUV195.26161.71112.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.77%
GREEN value IS 195 (76.56% from 255) = 31.30%
BLUE value IS 255 (100% from 255) = 40.93%
R=27.77%
G=31.30%
B=40.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1731952550.320.2400223.910083.92
HexADC3FF201800e06454
Octal255303377403000340144124
Binary10101101110000111111111110000011000001110000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC3FF; }

 p { color: rgb(173,195,255); }

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

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

 a { background-color: rgb(173,195,255); }

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

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

 span { border-color: rgb(173,195,255); }

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