#9CADFB

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

Shades of Perano #9CADFB

Tints of Perano #9CADFB

Color information

#9CADFB (or 0x9CADFB) is unknown color: approx Perano. HEX triplet: 9C, AD and FB. RGB value is (156,173,251). Sum of RGB (Red+Green+Blue) = 156+173+251=580 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.90% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #9CADFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CADFB is #635204. Grayscale: #B0B0B0. Windows color (decimal): -6509061 or 16493980. OLE color: 16493980.

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

Color convert

RGB156173251-
CMYK0.380.3100.02
HSL229.26º92.23%79.8%-
HSV(B)229.26º37.85%98.43%-
XYZ46.0743.9297.32-
YUV176.81169.87113.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.90%
GREEN value IS 173 (67.97% from 255) = 29.83%
BLUE value IS 251 (98.44% from 255) = 43.28%
R=26.90%
G=29.83%
B=43.28%

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
Decimal1561732510.380.3100.02229.2692.2379.8
Hex9CADFB261F02e55c50
Octal234255373463702345134120
Binary100111001010110111111011100110111110101110010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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