#9DABFC

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

Shades of Perano #9DABFC

Tints of Perano #9DABFC

Color information

#9DABFC (or 0x9DABFC) is unknown color: approx Perano. HEX triplet: 9D, AB and FC. RGB value is (157,171,252). Sum of RGB (Red+Green+Blue) = 157+171+252=580 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.07% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #9DABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DABFC is #625403. Grayscale: #AFAFAF. Windows color (decimal): -6444036 or 16559005. OLE color: 16559005.

HSL color Cylindrical-coordinate representation of color #9DABFC: hue angle of 231.16º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DABFC is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB157171252-
CMYK0.380.3200.01
HSL231.16º94.06%80.2%-
HSV(B)231.16º37.7%98.82%-
XYZ46.0443.3298.03-
YUV176.05170.86114.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.07%
GREEN value IS 171 (67.19% from 255) = 29.48%
BLUE value IS 252 (98.83% from 255) = 43.45%
R=27.07%
G=29.48%
B=43.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1571712520.380.3200.01231.1694.0680.2
Hex9DABFC262001e75e50
Octal235253374464001347136120
Binary100111011010101111111100100110100000011110011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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