#9DBAF2

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

Shades of Perano #9DBAF2

Tints of Perano #9DBAF2

Color information

#9DBAF2 (or 0x9DBAF2) is unknown color: approx Perano. HEX triplet: 9D, BA and F2. RGB value is (157,186,242). Sum of RGB (Red+Green+Blue) = 157+186+242=585 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.84% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #9DBAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBAF2 is #62450D. Grayscale: #B7B7B7. Windows color (decimal): -6440206 or 15907485. OLE color: 15907485.

HSL color Cylindrical-coordinate representation of color #9DBAF2: hue angle of 219.53º degrees, saturation: 0.77, 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 #9DBAF2 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157186242-
CMYK0.350.2300.05
HSL219.53º76.58%78.24%-
HSV(B)219.53º35.12%94.9%-
XYZ47.4948.790.9-
YUV183.71160.89108.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.84%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 242 (94.92% from 255) = 41.37%
R=26.84%
G=31.79%
B=41.37%

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
Decimal1571862420.350.2300.05219.5376.5878.24
Hex9DBAF2231705dc4d4e
Octal235272362432705334115116
Binary1001110110111010111100101000111011101011101110010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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