#97ADF6

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

Shades of Perano #97ADF6

Tints of Perano #97ADF6

Color information

#97ADF6 (or 0x97ADF6) is unknown color: approx Perano. HEX triplet: 97, AD and F6. RGB value is (151,173,246). Sum of RGB (Red+Green+Blue) = 151+173+246=570 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.49% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #97ADF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97ADF6 is #685209. Grayscale: #AEAEAE. Windows color (decimal): -6836746 or 16166295. OLE color: 16166295.

HSL color Cylindrical-coordinate representation of color #97ADF6: hue angle of 226.11º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97ADF6 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB151173246-
CMYK0.390.3000.04
HSL226.11º84.07%77.84%-
HSV(B)226.11º38.62%96.47%-
XYZ44.3443.1293.17-
YUV174.74168.21111.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.49%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 246 (96.48% from 255) = 43.16%
R=26.49%
G=30.35%
B=43.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1511732460.390.3000.04226.1184.0777.84
Hex97ADF6271E04e2544e
Octal227255366473604342124116
Binary1001011110101101111101101001111111001001110001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97ADF6; }

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

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

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

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

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

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

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

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