#9DBBFE

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

Shades of Perano #9DBBFE

Tints of Perano #9DBBFE

Color information

#9DBBFE (or 0x9DBBFE) is unknown color: approx Perano. HEX triplet: 9D, BB and FE. RGB value is (157,187,254). Sum of RGB (Red+Green+Blue) = 157+187+254=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DBBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBBFE is #624401. Grayscale: #B9B9B9. Windows color (decimal): -6439938 or 16694173. OLE color: 16694173.

HSL color Cylindrical-coordinate representation of color #9DBBFE: hue angle of 221.44º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DBBFE is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB157187254-
CMYK0.380.2600.00
HSL221.44º97.98%80.59%-
HSV(B)221.44º38.19%99.61%-
XYZ49.5649.86100.78-
YUV185.67166.56107.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.25%
GREEN value IS 187 (73.44% from 255) = 31.27%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=26.25%
G=31.27%
B=42.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1571872540.380.2600.00221.4497.9880.59
Hex9DBBFE261A00dd6251
Octal235273376463200335142121
Binary10011101101110111111111010011011010001101110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,187,254); }

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

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

 a { background-color: rgb(157,187,254); }

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

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

 span { border-color: rgb(157,187,254); }

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