#9DAEFF

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

Shades of Perano #9DAEFF

Tints of Perano #9DAEFF

Color information

#9DAEFF (or 0x9DAEFF) is unknown color: approx Perano. HEX triplet: 9D, AE and FF. RGB value is (157,174,255). Sum of RGB (Red+Green+Blue) = 157+174+255=586 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.79% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DAEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DAEFF is #625100. Grayscale: #B1B1B1. Windows color (decimal): -6443265 or 16756381. OLE color: 16756381.

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

Color convert

RGB157174255-
CMYK0.380.3200
HSL229.59º100%80.78%-
HSV(B)229.59º38.43%100%-
XYZ47.0944.66100.75-
YUV178.15171.37112.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.79%
GREEN value IS 174 (68.36% from 255) = 29.69%
BLUE value IS 255 (100% from 255) = 43.52%
R=26.79%
G=29.69%
B=43.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1571742550.380.3200229.5910080.78
Hex9DAEFF262000e66451
Octal235256377464000346144121
Binary100111011010111011111111100110100000001110011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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