#9DAEFD

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

Shades of Perano #9DAEFD

Tints of Perano #9DAEFD

Color information

#9DAEFD (or 0x9DAEFD) is unknown color: approx Perano. HEX triplet: 9D, AE and FD. RGB value is (157,174,253). Sum of RGB (Red+Green+Blue) = 157+174+253=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DAEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DAEFD is #625102. Grayscale: #B1B1B1. Windows color (decimal): -6443267 or 16625309. OLE color: 16625309.

HSL color Cylindrical-coordinate representation of color #9DAEFD: hue angle of 229.38º degrees, saturation: 0.96, 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 #9DAEFD is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB157174253-
CMYK0.380.3100.01
HSL229.38º96%80.39%-
HSV(B)229.38º37.94%99.22%-
XYZ46.7744.5399.06-
YUV177.92170.37113.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.88%
GREEN value IS 174 (68.36% from 255) = 29.79%
BLUE value IS 253 (99.22% from 255) = 43.32%
R=26.88%
G=29.79%
B=43.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1571742530.380.3100.01229.389680.39
Hex9DAEFD261F01e56050
Octal235256375463701345140120
Binary10011101101011101111110110011011111011110010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,174,253); }

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

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

 a { background-color: rgb(157,174,253); }

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

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

 span { border-color: rgb(157,174,253); }

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