#9CADFA

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

Shades of Perano #9CADFA

Tints of Perano #9CADFA

Color information

#9CADFA (or 0x9CADFA) is unknown color: approx Perano. HEX triplet: 9C, AD and FA. RGB value is (156,173,250). Sum of RGB (Red+Green+Blue) = 156+173+250=579 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.94% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CADFA is #635205. Grayscale: #B0B0B0. Windows color (decimal): -6509062 or 16428444. OLE color: 16428444.

HSL color Cylindrical-coordinate representation of color #9CADFA: hue angle of 229.15º degrees, saturation: 0.9, 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 #9CADFA is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156173250-
CMYK0.380.3100.02
HSL229.15º90.38%79.61%-
HSV(B)229.15º37.6%98.04%-
XYZ45.9143.8696.49-
YUV176.7169.37113.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.94%
GREEN value IS 173 (67.97% from 255) = 29.88%
BLUE value IS 250 (98.05% from 255) = 43.18%
R=26.94%
G=29.88%
B=43.18%

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
Decimal1561732500.380.3100.02229.1590.3879.61
Hex9CADFA261F02e55a50
Octal234255372463702345132120
Binary100111001010110111111010100110111110101110010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,173,250); }

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

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

 a { background-color: rgb(156,173,250); }

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

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

 span { border-color: rgb(156,173,250); }

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