#9DBAF1

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

Shades of Perano #9DBAF1

Tints of Perano #9DBAF1

Color information

#9DBAF1 (or 0x9DBAF1) is unknown color: approx Perano. HEX triplet: 9D, BA and F1. RGB value is (157,186,241). Sum of RGB (Red+Green+Blue) = 157+186+241=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #9DBAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBAF1 is #62450E. Grayscale: #B7B7B7. Windows color (decimal): -6440207 or 15841949. OLE color: 15841949.

HSL color Cylindrical-coordinate representation of color #9DBAF1: hue angle of 219.29º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DBAF1 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157186241-
CMYK0.350.2300.05
HSL219.29º75%78.04%-
HSV(B)219.29º34.85%94.51%-
XYZ47.3448.6490.11-
YUV183.6160.39109.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.88%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 241 (94.53% from 255) = 41.27%
R=26.88%
G=31.85%
B=41.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1571862410.350.2300.05219.297578.04
Hex9DBAF1231705db4b4e
Octal235272361432705333113116
Binary1001110110111010111100011000111011101011101101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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