#ADAFE3

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

Shades of Perano #ADAFE3

Tints of Perano #ADAFE3

Color information

#ADAFE3 (or 0xADAFE3) is unknown color: approx Perano. HEX triplet: AD, AF and E3. RGB value is (173,175,227). Sum of RGB (Red+Green+Blue) = 173+175+227=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 227 (89.06% from 255 or 39.48% from 575); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADAFE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFE3 is #52501C. Grayscale: #B4B4B4. Windows color (decimal): -5394461 or 14921645. OLE color: 14921645.

HSL color Cylindrical-coordinate representation of color #ADAFE3: hue angle of 237.78º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADAFE3 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173175227-
CMYK0.240.2300.11
HSL237.78º49.09%78.43%-
HSV(B)237.78º23.79%89.02%-
XYZ46.4345.0978.93-
YUV180.33154.34122.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.09%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 227 (89.06% from 255) = 39.48%
R=30.09%
G=30.43%
B=39.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731752270.240.2300.11237.7849.0978.43
HexADAFE318170Bee314e
Octal255257343302701335661116
Binary101011011010111111100011110001011101011111011101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFE3; }

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

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

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

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

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

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

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

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