#9CAEFB

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

Shades of Perano #9CAEFB

Tints of Perano #9CAEFB

Color information

#9CAEFB (or 0x9CAEFB) is unknown color: approx Perano. HEX triplet: 9C, AE and FB. RGB value is (156,174,251). Sum of RGB (Red+Green+Blue) = 156+174+251=581 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.85% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #9CAEFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CAEFB is #635104. Grayscale: #B1B1B1. Windows color (decimal): -6508805 or 16494236. OLE color: 16494236.

HSL color Cylindrical-coordinate representation of color #9CAEFB: hue angle of 228.63º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CAEFB is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156174251-
CMYK0.380.3100.02
HSL228.63º92.23%79.8%-
HSV(B)228.63º37.85%98.43%-
XYZ46.2644.3197.38-
YUV177.4169.54112.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.85%
GREEN value IS 174 (68.36% from 255) = 29.95%
BLUE value IS 251 (98.44% from 255) = 43.20%
R=26.85%
G=29.95%
B=43.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561742510.380.3100.02228.6392.2379.8
Hex9CAEFB261F02e55c50
Octal234256373463702345134120
Binary100111001010111011111011100110111110101110010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,174,251); }

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

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

 a { background-color: rgb(156,174,251); }

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

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

 span { border-color: rgb(156,174,251); }

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