#9DAEFA

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

Shades of Perano #9DAEFA

Tints of Perano #9DAEFA

Color information

#9DAEFA (or 0x9DAEFA) is unknown color: approx Perano. HEX triplet: 9D, AE and FA. RGB value is (157,174,250). Sum of RGB (Red+Green+Blue) = 157+174+250=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DAEFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DAEFA is #625105. Grayscale: #B1B1B1. Windows color (decimal): -6443270 or 16428701. OLE color: 16428701.

HSL color Cylindrical-coordinate representation of color #9DAEFA: hue angle of 229.03º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DAEFA is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157174250-
CMYK0.370.3000.02
HSL229.03º90.29%79.8%-
HSV(B)229.03º37.2%98.04%-
XYZ46.344.3496.56-
YUV177.58168.87113.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.02%
GREEN value IS 174 (68.36% from 255) = 29.95%
BLUE value IS 250 (98.05% from 255) = 43.03%
R=27.02%
G=29.95%
B=43.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1571742500.370.3000.02229.0390.2979.8
Hex9DAEFA251E02e55a50
Octal235256372453602345132120
Binary100111011010111011111010100101111100101110010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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