#97ADFB

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

Shades of Perano #97ADFB

Tints of Perano #97ADFB

Color information

#97ADFB (or 0x97ADFB) is unknown color: approx Perano. HEX triplet: 97, AD and FB. RGB value is (151,173,251). Sum of RGB (Red+Green+Blue) = 151+173+251=575 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.26% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #97ADFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97ADFB is #685204. Grayscale: #AEAEAE. Windows color (decimal): -6836741 or 16493975. OLE color: 16493975.

HSL color Cylindrical-coordinate representation of color #97ADFB: hue angle of 226.8º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97ADFB is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151173251-
CMYK0.400.3100.02
HSL226.8º92.59%78.82%-
HSV(B)226.8º39.84%98.43%-
XYZ45.1243.4397.27-
YUV175.31170.71110.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.26%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=26.26%
G=30.09%
B=43.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511732510.400.3100.02226.892.5978.82
Hex97ADFB281F02e35d4f
Octal227255373503702343135117
Binary100101111010110111111011101000111110101110001110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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