#ADAFF3

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

Shades of Perano #ADAFF3

Tints of Perano #ADAFF3

Color information

#ADAFF3 (or 0xADAFF3) is unknown color: approx Perano. HEX triplet: AD, AF and F3. RGB value is (173,175,243). Sum of RGB (Red+Green+Blue) = 173+175+243=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADAFF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAFF3 is #52500C. Grayscale: #B5B5B5. Windows color (decimal): -5394445 or 15970221. OLE color: 15970221.

HSL color Cylindrical-coordinate representation of color #ADAFF3: hue angle of 238.29º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADAFF3 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173175243-
CMYK0.290.2800.05
HSL238.29º74.47%81.57%-
HSV(B)238.29º28.81%95.29%-
XYZ48.7446.0291.11-
YUV182.15162.34121.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.27%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 243 (95.31% from 255) = 41.12%
R=29.27%
G=29.61%
B=41.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731752430.290.2800.05238.2974.4781.57
HexADAFF31D1C05ee4a52
Octal255257363353405356112122
Binary101011011010111111110011111011110001011110111010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFF3; }

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

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

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

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

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

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

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

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