#9CADC1

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

Shades of Rock Blue #9CADC1

Tints of Rock Blue #9CADC1

Color information

#9CADC1 (or 0x9CADC1) is unknown color: approx Rock Blue. HEX triplet: 9C, AD and C1. RGB value is (156,173,193). Sum of RGB (Red+Green+Blue) = 156+173+193=522 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.89% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #9CADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CADC1 is #63523E. Grayscale: #AAAAAA. Windows color (decimal): -6509119 or 12692892. OLE color: 12692892.

HSL color Cylindrical-coordinate representation of color #9CADC1: hue angle of 212.43º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CADC1 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB156173193-
CMYK0.190.1000.24
HSL212.43º22.98%68.43%-
HSV(B)212.43º19.17%75.69%-
XYZ38.2840.8156.31-
YUV170.2140.87117.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.89%
GREEN value IS 173 (67.97% from 255) = 33.14%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=29.89%
G=33.14%
B=36.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561731930.190.1000.24212.4322.9868.43
Hex9CADC113A018d41744
Octal234255301231203032427104
Binary10011100101011011100000110011101001100011010100101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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