#9DBAEE

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

Shades of Perano #9DBAEE

Tints of Perano #9DBAEE

Color information

#9DBAEE (or 0x9DBAEE) is unknown color: approx Perano. HEX triplet: 9D, BA and EE. RGB value is (157,186,238). Sum of RGB (Red+Green+Blue) = 157+186+238=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DBAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBAEE is #624511. Grayscale: #B7B7B7. Windows color (decimal): -6440210 or 15645341. OLE color: 15645341.

HSL color Cylindrical-coordinate representation of color #9DBAEE: hue angle of 218.52º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DBAEE is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157186238-
CMYK0.340.2200.07
HSL218.52º70.43%77.45%-
HSV(B)218.52º34.03%93.33%-
XYZ46.948.4687.77-
YUV183.26158.89109.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.02%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 238 (93.36% from 255) = 40.96%
R=27.02%
G=32.01%
B=40.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571862380.340.2200.07218.5270.4377.45
Hex9DBAEE221607db464d
Octal235272356422607333106115
Binary1001110110111010111011101000101011001111101101110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,186,238); }

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

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

 a { background-color: rgb(157,186,238); }

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

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

 span { border-color: rgb(157,186,238); }

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