#9DAFFA

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

Shades of Perano #9DAFFA

Tints of Perano #9DAFFA

Color information

#9DAFFA (or 0x9DAFFA) is unknown color: approx Perano. HEX triplet: 9D, AF and FA. RGB value is (157,175,250). Sum of RGB (Red+Green+Blue) = 157+175+250=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DAFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DAFFA is #625005. Grayscale: #B1B1B1. Windows color (decimal): -6443014 or 16428957. OLE color: 16428957.

HSL color Cylindrical-coordinate representation of color #9DAFFA: hue angle of 228.39º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DAFFA is Cyan = 0.37, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157175250-
CMYK0.370.300.02
HSL228.39º90.29%79.8%-
HSV(B)228.39º37.2%98.04%-
XYZ46.4944.7396.63-
YUV178.17168.54112.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.98%
GREEN value IS 175 (68.75% from 255) = 30.07%
BLUE value IS 250 (98.05% from 255) = 42.96%
R=26.98%
G=30.07%
B=42.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1571752500.370.300.02228.3990.2979.8
Hex9DAFFA251E02e45a50
Octal235257372453602344132120
Binary100111011010111111111010100101111100101110010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,175,250); }

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

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

 a { background-color: rgb(157,175,250); }

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

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

 span { border-color: rgb(157,175,250); }

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