#9CADFE

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

Shades of Perano #9CADFE

Tints of Perano #9CADFE

Color information

#9CADFE (or 0x9CADFE) is unknown color: approx Perano. HEX triplet: 9C, AD and FE. RGB value is (156,173,254). Sum of RGB (Red+Green+Blue) = 156+173+254=583 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.76% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CADFE is #635201. Grayscale: #B0B0B0. Windows color (decimal): -6509058 or 16690588. OLE color: 16690588.

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

Color convert

RGB156173254-
CMYK0.390.3200.00
HSL229.59º98%80.39%-
HSV(B)229.59º38.58%99.61%-
XYZ46.5444.1199.83-
YUV177.15171.37112.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.76%
GREEN value IS 173 (67.97% from 255) = 29.67%
BLUE value IS 254 (99.61% from 255) = 43.57%
R=26.76%
G=29.67%
B=43.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1561732540.390.3200.00229.599880.39
Hex9CADFE272000e66250
Octal234255376474000346142120
Binary100111001010110111111110100111100000001110011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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