#9DABF2

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

Shades of Perano #9DABF2

Tints of Perano #9DABF2

Color information

#9DABF2 (or 0x9DABF2) is unknown color: approx Perano. HEX triplet: 9D, AB and F2. RGB value is (157,171,242). Sum of RGB (Red+Green+Blue) = 157+171+242=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #9DABF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DABF2 is #62540D. Grayscale: #AEAEAE. Windows color (decimal): -6444046 or 15903645. OLE color: 15903645.

HSL color Cylindrical-coordinate representation of color #9DABF2: hue angle of 230.12º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DABF2 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157171242-
CMYK0.350.2900.05
HSL230.12º76.58%78.24%-
HSV(B)230.12º35.12%94.9%-
XYZ44.4942.789.9-
YUV174.91165.86115.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.54%
GREEN value IS 171 (67.19% from 255) = 30%
BLUE value IS 242 (94.92% from 255) = 42.46%
R=27.54%
G=30%
B=42.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1571712420.350.2900.05230.1276.5878.24
Hex9DABF2231D05e64d4e
Octal235253362433505346115116
Binary1001110110101011111100101000111110101011110011010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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