#9DABFF

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

Shades of Perano #9DABFF

Tints of Perano #9DABFF

Color information

#9DABFF (or 0x9DABFF) is unknown color: approx Perano. HEX triplet: 9D, AB and FF. RGB value is (157,171,255). Sum of RGB (Red+Green+Blue) = 157+171+255=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DABFF is #625400. Grayscale: #B0B0B0. Windows color (decimal): -6444033 or 16755613. OLE color: 16755613.

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

Color convert

RGB157171255-
CMYK0.380.3300
HSL231.43º100%80.78%-
HSV(B)231.43º38.43%100%-
XYZ46.5243.51100.56-
YUV176.39172.36114.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.93%
GREEN value IS 171 (67.19% from 255) = 29.33%
BLUE value IS 255 (100% from 255) = 43.74%
R=26.93%
G=29.33%
B=43.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1571712550.380.3300231.4310080.78
Hex9DABFF262100e76451
Octal235253377464100347144121
Binary100111011010101111111111100110100001001110011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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