#9DADF0

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

Shades of Perano #9DADF0

Tints of Perano #9DADF0

Color information

#9DADF0 (or 0x9DADF0) is unknown color: approx Perano. HEX triplet: 9D, AD and F0. RGB value is (157,173,240). Sum of RGB (Red+Green+Blue) = 157+173+240=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #9DADF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DADF0 is #62520F. Grayscale: #AFAFAF. Windows color (decimal): -6443536 or 15773085. OLE color: 15773085.

HSL color Cylindrical-coordinate representation of color #9DADF0: hue angle of 228.43º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DADF0 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB157173240-
CMYK0.350.2800.06
HSL228.43º73.45%77.84%-
HSV(B)228.43º34.58%94.12%-
XYZ44.5843.3588.46-
YUV175.85164.2114.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.54%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 240 (94.14% from 255) = 42.11%
R=27.54%
G=30.35%
B=42.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1571732400.350.2800.06228.4373.4577.84
Hex9DADF0231C06e4494e
Octal235255360433406344111116
Binary1001110110101101111100001000111110001101110010010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,173,240); }

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

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

 a { background-color: rgb(157,173,240); }

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

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

 span { border-color: rgb(157,173,240); }

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