#9CBAF8

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

Shades of Perano #9CBAF8

Tints of Perano #9CBAF8

Color information

#9CBAF8 (or 0x9CBAF8) is unknown color: approx Perano. HEX triplet: 9C, BA and F8. RGB value is (156,186,248). Sum of RGB (Red+Green+Blue) = 156+186+248=590 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.44% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 248 (97.27% from 255 or 42.03% from 590); Max value from RGB is 248 - color contains mainly: blue. Hex color #9CBAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBAF8 is #634507. Grayscale: #B7B7B7. Windows color (decimal): -6505736 or 16300700. OLE color: 16300700.

HSL color Cylindrical-coordinate representation of color #9CBAF8: hue angle of 220.43º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CBAF8 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB156186248-
CMYK0.370.2500.03
HSL220.43º86.79%79.22%-
HSV(B)220.43º37.1%97.25%-
XYZ48.2148.9695.72-
YUV184.1164.06107.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.44%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 248 (97.27% from 255) = 42.03%
R=26.44%
G=31.53%
B=42.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1561862480.370.2500.03220.4386.7979.22
Hex9CBAF8251903dc574f
Octal234272370453103334127117
Binary100111001011101011111000100101110010111101110010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,186,248); }

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

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

 a { background-color: rgb(156,186,248); }

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

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

 span { border-color: rgb(156,186,248); }

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