#9DA6EF

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

Shades of Perano #9DA6EF

Tints of Perano #9DA6EF

Color information

#9DA6EF (or 0x9DA6EF) is unknown color: approx Perano. HEX triplet: 9D, A6 and EF. RGB value is (157,166,239). Sum of RGB (Red+Green+Blue) = 157+166+239=562 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.94% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DA6EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA6EF is #625910. Grayscale: #ABABAB. Windows color (decimal): -6445329 or 15705757. OLE color: 15705757.

HSL color Cylindrical-coordinate representation of color #9DA6EF: hue angle of 233.41º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DA6EF is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB157166239-
CMYK0.340.3100.06
HSL233.41º71.93%77.65%-
HSV(B)233.41º34.31%93.73%-
XYZ43.1240.6787.24-
YUV171.63166.02117.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.94%
GREEN value IS 166 (65.23% from 255) = 29.54%
BLUE value IS 239 (93.75% from 255) = 42.53%
R=27.94%
G=29.54%
B=42.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1571662390.340.3100.06233.4171.9377.65
Hex9DA6EF221F06e9484e
Octal235246357423706351110116
Binary1001110110100110111011111000101111101101110100110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,166,239); }

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

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

 a { background-color: rgb(157,166,239); }

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

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

 span { border-color: rgb(157,166,239); }

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