#9DABFE

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

Shades of Perano #9DABFE

Tints of Perano #9DABFE

Color information

#9DABFE (or 0x9DABFE) is unknown color: approx Perano. HEX triplet: 9D, AB and FE. RGB value is (157,171,254). Sum of RGB (Red+Green+Blue) = 157+171+254=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DABFE is #625401. Grayscale: #AFAFAF. Windows color (decimal): -6444034 or 16690077. OLE color: 16690077.

HSL color Cylindrical-coordinate representation of color #9DABFE: hue angle of 231.34º 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 #9DABFE is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB157171254-
CMYK0.380.3300.00
HSL231.34º97.98%80.59%-
HSV(B)231.34º38.19%99.61%-
XYZ46.3643.4599.71-
YUV176.28171.86114.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.98%
GREEN value IS 171 (67.19% from 255) = 29.38%
BLUE value IS 254 (99.61% from 255) = 43.64%
R=26.98%
G=29.38%
B=43.64%

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
Decimal1571712540.380.3300.00231.3497.9880.59
Hex9DABFE262100e76251
Octal235253376464100347142121
Binary100111011010101111111110100110100001001110011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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