#9DAAFE

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

Shades of Perano #9DAAFE

Tints of Perano #9DAAFE

Color information

#9DAAFE (or 0x9DAAFE) is unknown color: approx Perano. HEX triplet: 9D, AA and FE. RGB value is (157,170,254). Sum of RGB (Red+Green+Blue) = 157+170+254=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DAAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DAAFE is #625501. Grayscale: #AFAFAF. Windows color (decimal): -6444290 or 16689821. OLE color: 16689821.

HSL color Cylindrical-coordinate representation of color #9DAAFE: hue angle of 231.96º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DAAFE is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB157170254-
CMYK0.380.3300.00
HSL231.96º97.98%80.59%-
HSV(B)231.96º38.19%99.61%-
XYZ46.1743.0799.65-
YUV175.69172.19114.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.02%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 254 (99.61% from 255) = 43.72%
R=27.02%
G=29.26%
B=43.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1571702540.380.3300.00231.9697.9880.59
Hex9DAAFE262100e86251
Octal235252376464100350142121
Binary100111011010101011111110100110100001001110100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,170,254); }

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

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

 a { background-color: rgb(157,170,254); }

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

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

 span { border-color: rgb(157,170,254); }

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