#ADAFF6

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

Shades of Perano #ADAFF6

Tints of Perano #ADAFF6

Color information

#ADAFF6 (or 0xADAFF6) is unknown color: approx Perano. HEX triplet: AD, AF and F6. RGB value is (173,175,246). Sum of RGB (Red+Green+Blue) = 173+175+246=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADAFF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAFF6 is #525009. Grayscale: #B6B6B6. Windows color (decimal): -5394442 or 16166829. OLE color: 16166829.

HSL color Cylindrical-coordinate representation of color #ADAFF6: hue angle of 238.36º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADAFF6 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173175246-
CMYK0.300.2900.04
HSL238.36º80.22%82.16%-
HSV(B)238.36º29.67%96.47%-
XYZ49.246.293.51-
YUV182.5163.84121.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.12%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 246 (96.48% from 255) = 41.41%
R=29.12%
G=29.46%
B=41.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731752460.300.2900.04238.3680.2282.16
HexADAFF61E1D04ee5052
Octal255257366363504356120122
Binary101011011010111111110110111101110101001110111010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFF6; }

 p { color: rgb(173,175,246); }

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

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

 a { background-color: rgb(173,175,246); }

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

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

 span { border-color: rgb(173,175,246); }

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