#9CAEC4

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

Shades of Rock Blue #9CAEC4

Tints of Rock Blue #9CAEC4

Color information

#9CAEC4 (or 0x9CAEC4) is unknown color: approx Rock Blue. HEX triplet: 9C, AE and C4. RGB value is (156,174,196). Sum of RGB (Red+Green+Blue) = 156+174+196=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 196 - color contains mainly: blue. Hex color #9CAEC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAEC4 is #63513B. Grayscale: #ABABAB. Windows color (decimal): -6508860 or 12889756. OLE color: 12889756.

HSL color Cylindrical-coordinate representation of color #9CAEC4: hue angle of 213º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CAEC4 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB156174196-
CMYK0.200.1100.23
HSL213º25.32%69.02%-
HSV(B)213º20.41%76.86%-
XYZ38.8141.3358.16-
YUV171.13142.04117.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.66%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=29.66%
G=33.08%
B=37.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1561741960.200.1100.2321325.3269.02
Hex9CAEC414B017d51945
Octal234256304241302732531105
Binary10011100101011101100010010100101101011111010101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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