#9DBAFC

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

Shades of Perano #9DBAFC

Tints of Perano #9DBAFC

Color information

#9DBAFC (or 0x9DBAFC) is unknown color: approx Perano. HEX triplet: 9D, BA and FC. RGB value is (157,186,252). Sum of RGB (Red+Green+Blue) = 157+186+252=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #9DBAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBAFC is #624503. Grayscale: #B8B8B8. Windows color (decimal): -6440196 or 16562845. OLE color: 16562845.

HSL color Cylindrical-coordinate representation of color #9DBAFC: hue angle of 221.68º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DBAFC is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB157186252-
CMYK0.380.2600.01
HSL221.68º94.06%80.2%-
HSV(B)221.68º37.7%98.82%-
XYZ49.0349.3199.03-
YUV184.85165.89108.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.39%
GREEN value IS 186 (73.05% from 255) = 31.26%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=26.39%
G=31.26%
B=42.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1571862520.380.2600.01221.6894.0680.2
Hex9DBAFC261A01de5e50
Octal235272374463201336136120
Binary10011101101110101111110010011011010011101111010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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