#9DABF5

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

Shades of Perano #9DABF5

Tints of Perano #9DABF5

Color information

#9DABF5 (or 0x9DABF5) is unknown color: approx Perano. HEX triplet: 9D, AB and F5. RGB value is (157,171,245). Sum of RGB (Red+Green+Blue) = 157+171+245=573 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.40% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 245 (96.09% from 255 or 42.76% from 573); Max value from RGB is 245 - color contains mainly: blue. Hex color #9DABF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DABF5 is #62540A. Grayscale: #AEAEAE. Windows color (decimal): -6444043 or 16100253. OLE color: 16100253.

HSL color Cylindrical-coordinate representation of color #9DABF5: hue angle of 230.45º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DABF5 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB157171245-
CMYK0.360.3000.04
HSL230.45º81.48%78.82%-
HSV(B)230.45º35.92%96.08%-
XYZ44.9542.8992.3-
YUV175.25167.36114.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.40%
GREEN value IS 171 (67.19% from 255) = 29.84%
BLUE value IS 245 (96.09% from 255) = 42.76%
R=27.40%
G=29.84%
B=42.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1571712450.360.3000.04230.4581.4878.82
Hex9DABF5241E04e6514f
Octal235253365443604346121117
Binary1001110110101011111101011001001111001001110011010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DABF5; }

 p { color: rgb(157,171,245); }

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

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

 a { background-color: rgb(157,171,245); }

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

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

 span { border-color: rgb(157,171,245); }

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